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

6 lines
144 B
TypeScript

export * from './base';
export * from './belongs-to';
export * from './has-one';
export * from './has-many';
export * from './belongs-to-many';