woodpecker/web/src/lib/api/types/index.ts

11 lines
263 B
TypeScript
Raw Normal View History

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';