stackpress
Version:
Incept is a content management framework.
10 lines (9 loc) • 473 B
TypeScript
export declare const type: Record<string, string>;
export declare const model: Record<string, string>;
export declare const format: Record<string, string>;
export declare const method: Record<string, string>;
export declare const literal: Record<string, string>;
export declare const mysql: Record<string, string>;
export declare const pgsql: Record<string, string>;
export declare const sqlite: Record<string, string>;
export declare const helper: Record<string, string>;