lisa-box
Version:
Home automation system L.I.S.A.
25 lines (24 loc) • 772 B
TypeScript
export declare const database: {
stores: {
sqlite: {
database: string;
storage: string;
host: string;
dialect: string;
logging: boolean;
define: {
hooks: {
afterCreate: (instance: any, options: any, fn: any) => void;
afterUpdate: (instance: any, options: any, fn: any) => void;
afterBulkUpdate: (instance: any, fn: any) => any;
afterDestroy: (instance: any, options: any, fn: any) => void;
afterBulkDestroy: (instance: any, fn: any) => any;
};
};
};
};
models: {
defaultStore: string;
migrate: string;
};
};