Type Alias UsersListUserAssistantsResponse

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