refactor: add more Typescript code

This commit is contained in:
Tristan Yang
2022-07-05 22:19:45 +08:00
parent 1aafc03ef5
commit d8643fc8fe
6 changed files with 47 additions and 2 deletions
+1
View File
@@ -1 +1,2 @@
export type ContentType = "text/plain" | "text/markdown" | "vocechat/file" | "vocechat/archive";
export type ContentTypeKey = "text" | "markdown" | "file" | "archive";