index.d.ts 91 B

1234567
  1. import 'egg';
  2. declare module 'egg' {
  3. interface Application {
  4. jwt: any;
  5. }
  6. }