/** * 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; };