2023-01-05 11:57:53 +01:00
|
|
|
/**
|
2023-03-15 13:30:07 +01:00
|
|
|
* Generated by Orval
|
2023-01-05 11:57:53 +01:00
|
|
|
* Do not edit manually.
|
2023-03-15 13:30:07 +01:00
|
|
|
* See `gen:api` script in package.json
|
2023-01-05 11:57:53 +01:00
|
|
|
*/
|
|
|
|
|
2023-08-03 15:05:20 +02:00
|
|
|
/**
|
|
|
|
* The user who created this change request.
|
|
|
|
*/
|
2023-11-03 08:48:07 +01:00
|
|
|
export type ChangeRequestSchemaOneOfFourCreatedBy = {
|
2024-04-26 13:31:15 +02:00
|
|
|
/**
|
|
|
|
* The URL of the user's profile image.
|
|
|
|
* @nullable
|
|
|
|
*/
|
2023-01-05 11:57:53 +01:00
|
|
|
imageUrl?: string | null;
|
2024-04-26 13:31:15 +02:00
|
|
|
/** @nullable */
|
2023-12-04 20:49:49 +01:00
|
|
|
username?: string | null;
|
2023-01-05 11:57:53 +01:00
|
|
|
};
|