Interface PartialUpdateUserRequest

interface PartialUpdateUserRequest {
    id: string;
    userPartialUpdateSchema: UserPartialUpdateSchema;
}

Properties

id: string
userPartialUpdateSchema: UserPartialUpdateSchema