Type alias UpdateUserInput

UpdateUserInput: { department?: InputMaybe<Department>; name: Scalars["String"] }

Type declaration