UNPKG

supabase-typed-query

Version:

Type-safe query builder and entity pattern for Supabase with TypeScript

3 lines 385 B
export type { AddItemsParams, EntityConfig, EntityType, GetItemParams, GetItemsParams, IdParam, IEntity, IsParams, MutationMultiExecution, MutationSingleExecution, OrderParams, TypedRecord, UpdateItemParams, UpdateItemsParams, WhereinParams, WhereParams, } from './Entity'; export { Entity, MultiMutationQuery, SingleMutationQuery } from './Entity'; //# sourceMappingURL=index.d.ts.map