interfaces/ts/data/index.ts

13 lines
262 B
TypeScript
Raw Normal View History

2023-04-03 11:40:56 +00:00
export * from './checkcollection.js';
2023-04-03 12:41:09 +00:00
export * from './domainsnapshot.js';
2022-07-16 15:45:10 +00:00
export * from './incident.js';
2022-07-19 15:16:37 +00:00
export * from './property.js';
2023-04-03 11:40:56 +00:00
export * from './search.js';
2022-07-19 15:16:37 +00:00
export * from './status.js';
2023-04-03 12:41:09 +00:00
import * as checks from './checks/index.js';
export {
checks
}