Comparing version 0.1.51 to 0.1.52
@@ -232,3 +232,3 @@ import { EntityMeta, RadsDb } from '_rads-db'; | ||
role: string; | ||
}; | ||
} | undefined; | ||
} | ||
@@ -235,0 +235,0 @@ |
@@ -9,4 +9,5 @@ interface RestDriverOptions { | ||
}) => any; | ||
getHeaders?: (url: string, fetchOptions: RequestInit) => Record<string, string> | undefined; | ||
} | ||
declare const _default: (options: RestDriverOptions) => (schema: Schema, entity: string) => MinimalDriver; | ||
export default _default; |
@@ -37,3 +37,3 @@ { | ||
}, | ||
"version": "0.1.51", | ||
"version": "0.1.52", | ||
"description": "Say goodbye to boilerplate code and hello to efficient and elegant syntax.", | ||
@@ -40,0 +40,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
205123
5645