1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +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 { removeFromArray } from "../../utilities"
import sdk from "../../sdk" import sdk from "../../sdk"
enum PermissionUpdateType { const enum PermissionUpdateType {
REMOVE = "remove", REMOVE = "remove",
ADD = "add", ADD = "add",
} }

View file

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