OCA_Backend/api/node_modules/sequelize/dist/lib/utils/deprecations.d.ts

7 lines
312 B
TypeScript
Raw Permalink Normal View History

2022-01-22 13:36:44 +00:00
export declare const noRawAttributes: () => void;
export declare const noTrueLogging: () => void;
export declare const noStringOperators: () => void;
export declare const noBoolOperatorAliases: () => void;
export declare const noDoubleNestedGroup: () => void;
export declare const unsupportedEngine: () => void;