/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface BulkProjectPermissionGrantsAsResponse { /** * IDs of the issues the user has the permission for. */ issues: Array; /** * A project permission, */ permission: string; /** * IDs of the projects the user has the permission for. */ projects: Array; } //# sourceMappingURL=BulkProjectPermissionGrantsAsResponse.d.ts.map