woodpecker/web/src/lib/api/types/index.ts
6543 383f273392
Add cron feature (#934)
https://woodpecker-ci.org/docs/usage/cron

Co-authored-by: Anbraten <anton@ju60.de>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2022-09-01 00:36:32 +02:00

10 lines
232 B
TypeScript

export * from './build';
export * from './buildConfig';
export * from './cron';
export * from './org';
export * from './registry';
export * from './repo';
export * from './secret';
export * from './user';
export * from './webhook';