Type Alias InboundBlockedListUpdateAccountsInboundBlockRuleRequestBody

InboundBlockedListUpdateAccountsInboundBlockRuleRequestBody: {
    blocked_number: string;
    comment?: string;
    country?: string;
    match_type: string;
    status?: string;
    type: string;
}