mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-02 01:17:58 +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.
11 lines
312 B
TypeScript
11 lines
312 B
TypeScript
/**
|
|
* Generated by Orval
|
|
* Do not edit manually.
|
|
* See `gen:api` script in package.json
|
|
*/
|
|
import type { ProjectSchemaOwnersOneOfSixItemOwnerType } from './projectSchemaOwnersOneOfSixItemOwnerType';
|
|
|
|
export type ProjectSchemaOwnersOneOfSixItem = {
|
|
ownerType: ProjectSchemaOwnersOneOfSixItemOwnerType;
|
|
};
|