7 lines
193 B
TypeScript
7 lines
193 B
TypeScript
import "@platform/supertoken/types.ts";
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
|
export interface ServerContext {}
|
|
|
|
export const context: ServerContext = {} as any;
|