UNPKG

kysely-codegen

Version:

`kysely-codegen` generates Kysely type definitions from your database. That's it.

7 lines (6 loc) 194 B
export declare class ImportClauseNode { readonly alias: string | null; readonly name: string; readonly type = "ImportClause"; constructor(name: string, alias?: string | null); }