Type Alias PhoneDevicesListDevicesQueryParams

PhoneDevicesListDevicesQueryParams: {
    assignee_type?: string;
    device_source?: string;
    device_type?: string;
    keyword?: string;
    location_status?: string;
    next_page_token?: string;
    page_size?: number;
    site_id?: string;
    type: string;
}