/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface WorkflowIDsAsResponse { /** * The entity ID of the workflow. */ entityId?: string; /** * The name of the workflow. */ name: string; } //# sourceMappingURL=WorkflowIDsAsResponse.d.ts.map