Type alias UpdatePermissionResponse
UpdatePermissionResponse: {
dateCreated: string;
dateUpdated: string;
id: string;
isArchived: boolean;
isImmutable: boolean;
name: string;
operations: string[];
status: "Active";
}
Type declaration
-
dateCreated: string
-
dateUpdated: string
-
id: string
-
isArchived: boolean
-
isImmutable: boolean
-
name: string
-
operations: string[]
-
status: "Active"