Update extensions.ts

This commit is contained in:
Rijk van Zanten
2020-10-15 17:00:41 -04:00
committed by GitHub
parent 1f9328d3a8
commit 60ed9be03e

View File

@@ -5,7 +5,7 @@ import env from '../env';
import Knex from 'knex';
import { Router } from 'express';
type ExtensionContext = {
export type ExtensionContext = {
services: typeof services;
exceptions: typeof exceptions;
database: Knex;