interfaces/ts/data/index.ts
2023-04-03 13:40:56 +02:00

6 lines
158 B
TypeScript

export * from './checkcollection.js';
export * from './incident.js';
export * from './property.js';
export * from './search.js';
export * from './status.js';