1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-04 01:18:20 +02:00
unleash.unleash/frontend/src/openapi/models/personalDashboardSchemaProjectsItemOwnersOneOfItem.ts
Thomas Heartman cf476f9e7d
chore: update orval for personal dashboards (#8268)
Updates orval for personal dashboards
2024-09-26 11:03:55 +02:00

12 lines
577 B
TypeScript

/**
* Generated by Orval
* Do not edit manually.
* See `gen:api` script in package.json
*/
import type { PersonalDashboardSchemaProjectsItemOwnersOneOfItemAnyOf } from './personalDashboardSchemaProjectsItemOwnersOneOfItemAnyOf';
import type { PersonalDashboardSchemaProjectsItemOwnersOneOfItemAnyOfThree } from './personalDashboardSchemaProjectsItemOwnersOneOfItemAnyOfThree';
export type PersonalDashboardSchemaProjectsItemOwnersOneOfItem =
| PersonalDashboardSchemaProjectsItemOwnersOneOfItemAnyOf
| PersonalDashboardSchemaProjectsItemOwnersOneOfItemAnyOfThree;