UNPKG

kysely-mapper

Version:

Flexible Kysely-based utility for mapping between tables and objects

7 lines 262 B
/** * Interface tagging a query as parameterizable. When parameterizing a query, * the caller provides a function that must return a query having this tag. */ export interface ParameterizableMappingQuery { } //# sourceMappingURL=parameterizable-query.d.ts.map