1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
unleash.unleash/frontend/src/openapi/models/changeRequestSchemaOneOfFourCreatedBy.ts
2024-04-26 13:31:15 +02:00

19 lines
364 B
TypeScript

/**
* Generated by Orval
* Do not edit manually.
* See `gen:api` script in package.json
*/
/**
* The user who created this change request.
*/
export type ChangeRequestSchemaOneOfFourCreatedBy = {
/**
* The URL of the user's profile image.
* @nullable
*/
imageUrl?: string | null;
/** @nullable */
username?: string | null;
};