diff --git a/src/scope.ts b/src/scope.ts index 43d9c89..9465074 100644 --- a/src/scope.ts +++ b/src/scope.ts @@ -1,5 +1,5 @@ /* An enum representing which domain should a tool be availale */ export enum Scope { - Overleaf, - GoogleDoc, + Overleaf = "Overleaf", + GoogleDoc = "Google Doc", }