@ahqstore/plugin-api - v0.0.12
    Preparing search index...

    Interface HTTPOutputData

    interface HTTPOutputData {
        body: ArrayBuffer;
        headers: Record<string, string>;
        ok: boolean;
        status: number;
        statusText: string;
    }

    Implemented by

    Index

    Properties

    body: ArrayBuffer
    headers: Record<string, string>
    ok: boolean
    status: number
    statusText: string