@btx-tools SDK — BTX service-challenge admission control
    Preparing search index...

    Hono Variables shape expected on the context. Apps that consume this middleware should type their Hono instance as:

    const app = new Hono<{ Variables: BtxAdmissionVariables }>();
    

    Then c.get('btx') is type-narrowed to { result: VerifyResult } | undefined.

    interface BtxAdmissionVariables {
        btx: { result: VerifyResult };
    }
    Index

    Properties

    Properties

    btx: { result: VerifyResult }