summaryrefslogtreecommitdiff
path: root/src/@types
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2019-02-04 02:06:46 +0900
committerGitHub <noreply@github.com>2019-02-04 02:06:46 +0900
commit353fc18f195253d3f5dfab67b93a2470268bbd34 (patch)
treecee1303904f2817d026d724c4b17e9ec9aac698c /src/@types
parentUpdate load.ts (diff)
parentNew translations ja-JP.yml (Polish) (#4119) (diff)
downloadmisskey-353fc18f195253d3f5dfab67b93a2470268bbd34.tar.gz
misskey-353fc18f195253d3f5dfab67b93a2470268bbd34.tar.bz2
misskey-353fc18f195253d3f5dfab67b93a2470268bbd34.zip
Merge branch 'develop' into acid-chicken-patch-10
Diffstat (limited to 'src/@types')
-rw-r--r--src/@types/const.json.d.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/@types/const.json.d.ts b/src/@types/const.json.d.ts
new file mode 100644
index 0000000000..40a96f2a2a
--- /dev/null
+++ b/src/@types/const.json.d.ts
@@ -0,0 +1,3 @@
+declare module '*/const.json' {
+ const copyright: string;
+}