interfaces/ts/data/index.ts
2023-04-17 13:48:32 +02:00

11 lines
261 B
TypeScript

export * from './checkcollection.js';
export * from './domainsnapshot.js';
export * from './incident.js';
export * from './property.js';
export * from './search.js';
export * from './status.js';
import * as checks from './checks/index.js';
export { checks };