UNPKG

kysely

Version:

Type safe SQL query builder

5 lines (4 loc) 109 B
export interface QueryId { readonly queryId: string; } export declare function createQueryId(): QueryId;