Type Alias BlockedListCreateBlockedListRequestBody

BlockedListCreateBlockedListRequestBody: {
    block_type?: string;
    comment?: string;
    country?: string;
    match_type?: string;
    phone_number?: string;
    status?: string;
}