/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface WorkflowSchemeProjectAssociation { /** * The ID of the project. */ projectId: string; /** * The ID of the workflow scheme. If the workflow scheme ID is `null`, the operation assigns the default workflow scheme. */ workflowSchemeId?: string; } //# sourceMappingURL=WorkflowSchemeProjectAssociation.d.ts.map