export type UpdateDisplayNameRequest = { displayName?: string | null; };