mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Run prettier
This commit is contained in:
@@ -6,10 +6,10 @@ import Knex from 'knex';
|
||||
import { Router } from 'express';
|
||||
|
||||
type ExtensionContext = {
|
||||
services: typeof services,
|
||||
exceptions: typeof exceptions,
|
||||
database: Knex,
|
||||
env: typeof env,
|
||||
services: typeof services;
|
||||
exceptions: typeof exceptions;
|
||||
database: Knex;
|
||||
env: typeof env;
|
||||
};
|
||||
|
||||
export type HookRegisterFunction = (context: ExtensionContext) => Record<string, ListenerFn>;
|
||||
|
||||
Reference in New Issue
Block a user