@tikoci/centrs
    Preparing search index...

    Interface ApiOperationMeta

    interface ApiOperationMeta {
        auth: { passwordProvided: boolean; username?: string };
        kind: "api";
        objectCount: number;
        request: ApiRequestSummary;
        stream?: ApiStreamMeta;
    }
    Index

    Properties

    auth: { passwordProvided: boolean; username?: string }
    kind: "api"
    objectCount: number
    stream?: ApiStreamMeta

    Present only on --stream output: the per-frame index or the final summary.