mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Update extensions.ts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user