5 lines
152 B
TypeScript
5 lines
152 B
TypeScript
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
|
export interface ServerContext {}
|
|
|
|
export const context: ServerContext = {} as any;
|