1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Respond to PR feedback.

This commit is contained in:
Sam Rose 2024-03-04 11:06:25 +00:00
parent 143daa153c
commit c39053bb51
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ import {
import { removeFromArray } from "../../utilities"
import sdk from "../../sdk"
enum PermissionUpdateType {
const enum PermissionUpdateType {
REMOVE = "remove",
ADD = "add",
}

View file

@ -16,7 +16,7 @@ export interface GetDependantResourcesResponse {
}
export interface AddedPermission {
_id: string
_id?: string
rev?: string
error?: string
reason?: string