import { GenericDefaultCatalogField, SalesAppCatalog } from "../../repositories"; import { ApiResponse } from "../../apiResponse"; export interface ISalesAppCatalogApiService { GetCatalogsAsync(): Promise>; GetCatalogAsync(publicId: string): Promise>; GetDefaultCatalogFieldsAsync(): Promise>; } //# sourceMappingURL=iCatalogApiService.d.ts.map