Type Alias TSPGetUsersTSPAccountResponse
TSPGetUsersTSPAccountResponse: {
conference_code: string;
dial_in_numbers?: {
code?: string;
country_label?: string;
number?: string;
type?: string;
}[];
id?: string;
leader_pin: string;
tsp_bridge?: string;
}