export interface BulkProjectPermissionGrantsAsResponse { /** * A project permission, */ permission: string; /** * IDs of the issues the user has the permission for. */ issues: Array; /** * IDs of the projects the user has the permission for. */ projects: Array; } //# sourceMappingURL=BulkProjectPermissionGrantsAsResponse.d.ts.map