Skip to content

Commit 73838ff

Browse files
committed
Introduce types folder
1 parent 1ab3496 commit 73838ff

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
export enum QueryLanguage {
2+
CSharp = "csharp",
3+
Cpp = "cpp",
4+
Go = "go",
5+
Java = "java",
6+
Javascript = "javascript",
7+
Python = "python",
8+
Ruby = "ruby",
9+
Swift = "swift",
10+
}

0 commit comments

Comments
 (0)