UNPKG

@constructor-io/constructorio-connect-cli

Version:

CLI tool to enable users to interface with the Constructor Connect Ecosystem

9 lines 304 B
export declare function triggerCatalogSync(args: TriggerCatalogSyncArgs): Promise<TriggerCatalogSyncResponseDto>; interface TriggerCatalogSyncArgs { connectionId: string; } export interface TriggerCatalogSyncResponseDto { data: any; } export {}; //# sourceMappingURL=trigger-catalog-sync.d.ts.map