MCPcopy
hub / github.com/sequelize/sequelize-auto / AutoOptions

Interface AutoOptions

sample/config.d.ts:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9export interface AutoOptions extends Options {
10 directory: any;
11 caseFile: string;
12 caseModel: string;
13 caseProp: string;
14 typescript: boolean;
15 spaces: boolean;
16 indentation: number;
17}
18
19export interface Config {
20 dbname: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected