Skip to content

Commit

Permalink
feat: use string as scope value
Browse files Browse the repository at this point in the history
  • Loading branch information
Neet-Nestor committed Oct 22, 2024
1 parent 5a5e7a3 commit 528c6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scope.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* An enum representing which domain should a tool be availale */
export enum Scope {
Overleaf,
GoogleDoc,
Overleaf = "Overleaf",
GoogleDoc = "Google Doc",
}

0 comments on commit 528c6cb

Please sign in to comment.