UNPKG

@palmares/drizzle-engine

Version:

This is the engine that wraps the hole drizzle interface in a way palmares can understand and have full control of

3 lines 188 B
export type ParametersByType<TType> = any; export type ReturnTypeByType<TType, TSchema extends Record<string, unknown> = Record<string, unknown>> = any; //# sourceMappingURL=types.d.ts.map