Type Alias IntegrationProviderSearchParams

IntegrationProviderSearchParams: {
    limit?: number;
    offset?: number;
    altId: string;
    altType: "location";
}

Type declaration

  • Optionallimit?: number
  • Optionaloffset?: number
  • altId: string
  • altType: "location"