/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface IdBean { /** * The ID of the permission scheme to associate with the project. Use the [Get all permission schemes](#api-rest-api-3-permissionscheme-get) resource to get a list of permission scheme IDs. */ id: number; } //# sourceMappingURL=IdBean.d.ts.map