export interface PublishedWorkflowIdAsResponse { /** * The name of the workflow. */ name: string; /** * The entity ID of the workflow. */ entityId?: string; } //# sourceMappingURL=PublishedWorkflowIdAsResponse.d.ts.map