Type Alias TSPListUsersTSPAccountsResponse

TSPListUsersTSPAccountsResponse: {
    tsp_accounts?: {
        conference_code: string;
        dial_in_numbers?: {
            code?: string;
            country_label?: string;
            number?: string;
            type?: string;
        }[];
        id?: string;
        leader_pin: string;
        tsp_bridge?: string;
    }[];
}