Type Alias BlockedListListBlockedListsResponse

BlockedListListBlockedListsResponse: {
    blocked_list?: {
        block_type?: string;
        comment?: string;
        id?: string;
        match_type?: string;
        phone_number?: string;
        status?: string;
    }[];
    next_page_token?: string;
    page_size?: number;
    total_records?: number;
}