Create type definition for 'koa-json-body' (#4056)

* Create type definition for 'koa-json-body'

* Follow lint
This commit is contained in:
Acid Chicken (硫酸鶏)
2019-02-01 21:08:58 +09:00
committed by GitHub
parent 3b30ad5404
commit bab1dc1d97
2 changed files with 16 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { ObjectID } from 'mongodb';
import * as Router from 'koa-router';
const json = require('koa-json-body');
import * as json from 'koa-json-body';
import * as httpSignature from 'http-signature';
import { createHttpJob } from '../queue';