RegisteredOrchestration type

type RegisteredOrchestration = (
  input?: unknown,
  instanceId?: string
) => RegisteredOrchestrationTask