Type Alias UsersAddAssistantsRequestBody

UsersAddAssistantsRequestBody: {
    assistants?: { email?: string; id?: string }[];
}