Type Alias UsersListUsersPhoneNumbersForCustomizedOutboundCallerIDQueryParams

UsersListUsersPhoneNumbersForCustomizedOutboundCallerIDQueryParams: {
    extension_type?: string;
    keyword?: string;
    next_page_token?: string;
    page_size?: number;
    selected?: boolean;
    site_id?: string;
}