Type Alias OrchestrationConfigPostResponse
OrchestrationConfigPostResponse: {
id: string;
message: string;
name: string;
scenario: string;
version: string;
} & Record<string, any>
Type Declaration
id: string
message: string
name: string
scenario: string
version: string
Representation of the 'OrchestrationConfigPostResponse' schema.