import { Recaptcha } from './Recaptcha'; export interface SyncCatalogRequest { Recaptcha?: Recaptcha; CatalogID?: string; CategoryID?: string; }