Type Alias WaveKitContext

WaveKitContext: {
    base: string;
    html: typeof html;
    json: typeof json;
    redirect: typeof redirect;
    req: BunRequest;
    res: WaveKitResponse;
    store: Map<string, unknown>;
}

Type declaration