export type UpdateUsernameRequest = { username?: string | null; };