UNPKG

@fanoutio/serve-grip

Version:
8 lines 240 B
import { WebSocketContext } from '@fanoutio/grip'; export interface IRequestGrip { isProxied: boolean; isSigned: boolean; needsSigned: boolean; wsContext: WebSocketContext | null; } //# sourceMappingURL=IRequestGrip.d.ts.map