Type alias: CollectionFetchOptions<R, T>
Ƭ CollectionFetchOptions<R, T>: Omit<FetchOptions<R, T>, "auth"> & { auth?: AnonymousObject<any> | boolean }
Type parameters
| Name | Type |
|---|---|
R | any |
T | any |
Defined in
onekijs/packages/onekijs-framework/src/collection/typings.ts:73