bunway
    Preparing search index...

    Interface WebSocketData

    interface WebSocketData {
        handlers: WebSocketHandlers;
        params: Record<string, string>;
        req: BunRequest;
        routePath: string;
    }
    Index

    Properties

    params: Record<string, string>
    routePath: string