summaryrefslogtreecommitdiff
path: root/src/@types
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2019-02-04 01:47:12 +0900
committerGitHub <noreply@github.com>2019-02-04 01:47:12 +0900
commit99d8d0a484eca8901ea6f1d556d51411ddfd9209 (patch)
treedddaa0f53c1ff479c664818050bc60670eecc8cf /src/@types
parentCreate type definition for ./locales (#4117) (diff)
downloadsharkey-99d8d0a484eca8901ea6f1d556d51411ddfd9209.tar.gz
sharkey-99d8d0a484eca8901ea6f1d556d51411ddfd9209.tar.bz2
sharkey-99d8d0a484eca8901ea6f1d556d51411ddfd9209.zip
Create type definition for '*/const.json' (#4118)
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;
+}