UNPKG

kysely-codegen

Version:

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

4 lines (3 loc) 207 B
import type { ExportStatementNode } from './export-statement-node'; import type { ImportStatementNode } from './import-statement-node'; export type StatementNode = ExportStatementNode | ImportStatementNode;