/**
 * Representation of the 'OrchestrationConfigDeleteResponse' schema.
 */
export type OrchestrationConfigDeleteResponse = {
    message: string;
} & Record<string, any>;
//# sourceMappingURL=orchestration-config-delete-response.d.ts.map