UNPKG

ts-sql-codegen

Version:

Generates ts-sql-query table mappings from tbls schema output

2 lines (1 loc) 92 B
export type Logger = Record<"debug" | "info" | "warn" | "error", (...args: any[]) => void>;