UNPKG

@palmares/databases

Version:

Add support for working with databases with palmares framework

6 lines 199 B
export type FieldOrModelParamType = 'field' | 'model'; export type EmptyOptionsOnGenerateFilesType = { onDomain: string; previousMigrationName?: string; }; //# sourceMappingURL=types.d.ts.map