mirror of
https://github.com/directus/directus.git
synced 2026-01-23 03:08:08 -05:00
Remove unused import/export
This commit is contained in:
@@ -5,7 +5,7 @@ import { ServiceUnavailableException } from './exceptions';
|
||||
import express, { Router } from 'express';
|
||||
import emitter from './emitter';
|
||||
import logger from './logger';
|
||||
import { ExtensionContext, HookRegisterFunction, EndpointRegisterFunction } from './types';
|
||||
import { HookRegisterFunction, EndpointRegisterFunction } from './types';
|
||||
import { ensureDir } from 'fs-extra';
|
||||
|
||||
import * as exceptions from './exceptions';
|
||||
|
||||
@@ -5,7 +5,7 @@ import env from '../env';
|
||||
import Knex from 'knex';
|
||||
import { Router } from 'express';
|
||||
|
||||
export type ExtensionContext = {
|
||||
type ExtensionContext = {
|
||||
services: typeof services;
|
||||
exceptions: typeof exceptions;
|
||||
database: Knex;
|
||||
|
||||
Reference in New Issue
Block a user