Type alias OrchestrationMachineAllowedStringKeys

OrchestrationMachineAllowedStringKeys: Exclude<string, "emit" | "transformer">

Type representing allowed string keys in orchestration machine configuration, excluding keys 'emit' and 'transformer'.

Generated using TypeDoc