UNPKG

kysely-codegen

Version:

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

19 lines (18 loc) 725 B
import type { DefinitionNode } from '../ast/definition-node'; import { TemplateNode } from '../ast/template-node'; export declare const GLOBAL_DEFINITIONS: { /** * @see https://github.com/RobinBlomberg/kysely-codegen/issues/135 */ ArrayType: TemplateNode; /** * @see https://github.com/RobinBlomberg/kysely-codegen/issues/135 */ ArrayTypeImpl: TemplateNode; Generated: TemplateNode; }; export declare const JSON_ARRAY_DEFINITION: DefinitionNode; export declare const JSON_OBJECT_DEFINITION: DefinitionNode; export declare const JSON_PRIMITIVE_DEFINITION: DefinitionNode; export declare const JSON_VALUE_DEFINITION: DefinitionNode; export declare const JSON_DEFINITION: DefinitionNode;