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