interfaces/ts/data/index.ts
2022-07-19 17:16:37 +02:00

5 lines
120 B
TypeScript

export * from './checks.js';
export * from './incident.js';
export * from './property.js';
export * from './status.js';