OCA_Backend/api/node_modules/sequelize/dist/lib/utils/deprecations.d.ts
2022-01-22 19:06:44 +05:30

7 lines
312 B
TypeScript

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;