woodpecker/web/src/lib/api/types/index.ts
Anbraten d96032349a
Store an agents list and add agent heartbeats (#1189)
Co-authored-by: 6543 <6543@obermui.de>
2023-01-28 14:13:04 +01:00

11 lines
263 B
TypeScript

export * from './agent';
export * from './cron';
export * from './org';
export * from './pipeline';
export * from './pipelineConfig';
export * from './registry';
export * from './repo';
export * from './secret';
export * from './user';
export * from './webhook';