// eslint-disable-next-line @typescript-eslint/no-empty-object-type export type ServerContext = {}; export const context: ServerContext = {} as any;