| 12345678910111213141516171819202122232425 |
- // @ts-ignore
- /* eslint-disable */
- // API 更新时间:
- // API 唯一标识:
- import * as audit from './audit'
- import * as credential from './credential'
- import * as execution from './execution'
- import * as tags from './tags'
- import * as workflow from './workflow'
- import * as user from './user'
- import * as sourceControl from './sourceControl'
- import * as variables from './variables'
- import * as projects from './projects'
- export default {
- audit,
- credential,
- execution,
- tags,
- workflow,
- user,
- sourceControl,
- variables,
- projects
- }
|