import type { ApiClient } from "@promobase/sdk-runtime"; import { Cursor } from "@promobase/sdk-runtime"; import type { CatalogGenericIngestionSessionErrorsGetFields } from "./catalog-generic-ingestion-session-errors-get.ts"; export interface CatalogGenericIngestionSessionErrorsFields { } export interface CatalogGenericIngestionSessionErrorsListErrorsParams { error_priority?: string; [key: string]: unknown; } export declare function catalogGenericIngestionSessionErrorsNode(client: ApiClient, id: string): { __path: string; __brand: CatalogGenericIngestionSessionErrorsFields; errors: (opts: { fields: F; params?: CatalogGenericIngestionSessionErrorsListErrorsParams; }) => Cursor>; }; //# sourceMappingURL=catalog-generic-ingestion-session-errors.d.ts.map