OCA_Backend/api/node_modules/sequelize/dist/lib/associations/index.d.ts

6 lines
144 B
TypeScript
Raw Permalink Normal View History

2022-01-22 13:36:44 +00:00
export * from './base';
export * from './belongs-to';
export * from './has-one';
export * from './has-many';
export * from './belongs-to-many';