mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-22 11:18:20 +02:00
Main purpose is to get the new deprecated `id` property in the project creation payload required for https://github.com/Unleash/unleash/pull/7009 to pass.
12 lines
358 B
TypeScript
12 lines
358 B
TypeScript
/**
|
|
* Generated by Orval
|
|
* Do not edit manually.
|
|
* See `gen:api` script in package.json
|
|
*/
|
|
import type { ProjectSchemaOwnersOneOfItemAnyOfThreeOwnerType } from './projectSchemaOwnersOneOfItemAnyOfThreeOwnerType';
|
|
|
|
export type ProjectSchemaOwnersOneOfItemAnyOfThree = {
|
|
name: string;
|
|
ownerType: ProjectSchemaOwnersOneOfItemAnyOfThreeOwnerType;
|
|
};
|