Type Alias WorkflowTemplateVisibility

WorkflowTemplateVisibility: "private" | "public" | "team"

Workflow template types — mirrors the api workflow_templates collection.

The SDK keeps a structural shape with the well-known fields typed and a [key: string]: unknown escape hatch so callers that hold a richer type (e.g. @sogni/creative-agent/workflows) can cast safely without the SDK needing to depend on that package.