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