Skip to content

Commit

Permalink
Fixed interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Nappi committed Oct 7, 2022
1 parent f782eeb commit 66594de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import * as fastify from 'fastify'
import * as http from 'http'
import * as https from 'https'

import {FormatName} from 'ajv-formats'

Expand Down Expand Up @@ -128,6 +129,7 @@ declare namespace customPlugin {
cert?: string,
key?: string,
ca?: string,
httpsAgent?: https.Agent,
logger?: fastify.FastifyLoggerInstance,
isMiaHeaderInjected?: boolean
}
Expand Down

0 comments on commit 66594de

Please sign in to comment.