interfaces/ts/data/index.ts
2023-04-03 14:41:09 +02:00

13 lines
262 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
}