@tikoci/centrs
    Preparing search index...

    Interface RetrieveOperationMeta

    interface RetrieveOperationMeta {
        auth: { passwordProvided: boolean; username?: string };
        kind: "data" | "attributes";
        objectCount: number;
        request: RetrieveRequestSummary;
    }
    Index

    Properties

    auth: { passwordProvided: boolean; username?: string }
    kind: "data" | "attributes"
    objectCount: number