mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-04 01:18:20 +02:00
12 lines
577 B
TypeScript
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;
|