Type Alias TSPAddUsersTSPAccountResponse

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