woodpecker/web/src/lib/api/types/index.ts
qwerty287 849e05bb8b
Rename build to pipeline in code (#1224)
Ref:  #745

Co-authored-by: Anbraten <anton@ju60.de>
Co-authored-by: 6543 <6543@obermui.de>
2022-10-18 03:24:12 +02:00

10 lines
238 B
TypeScript

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