/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { WorkflowSchemeAssociationsAsResponse } from "../definitions/WorkflowSchemeAssociationsAsResponse"; export interface ContainerOfWorkflowSchemeAssociationsAsResponse { /** * A list of workflow schemes together with projects they are associated with. */ values: Array; } //# sourceMappingURL=ContainerOfWorkflowSchemeAssociationsAsResponse.d.ts.map