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

Interface Config

sample/config.d.ts:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19export interface Config {
20 dbname: string;
21 user: string;
22 pass: string;
23 options: Options;
24 autoOptions: AutoOptions;
25}
26
27declare const config: Config;
28export default config;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected