mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
19 lines
360 B
TypeScript
19 lines
360 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 ChangeRequestSchemaOneOfCreatedBy = {
|
|
/**
|
|
* The URL of the user's profile image.
|
|
* @nullable
|
|
*/
|
|
imageUrl?: string | null;
|
|
/** @nullable */
|
|
username?: string | null;
|
|
};
|