Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
intrn(share): tag combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Magtoto committed Oct 13, 2022
1 parent 7223fc0 commit 6d3cb14
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions shareable/permissions/tag_combinations.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import { Permissions } from "$/permissions/tag"

export const READ: Permissions[] = [
"view"
]

export const CREATE: Permissions[] = [
"create"
]

export const UPDATE: Permissions[] = [
"update"
]

export const ARCHIVE_AND_RESTORE: Permissions[] = [
"archiveAndRestore"
]

0 comments on commit 6d3cb14

Please sign in to comment.