mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
19 lines
364 B
TypeScript
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;
|
|
};
|