export interface ServerContext { id: string; } export const context: ServerContext = {} as any;