@datapos/datapos-shared
    Preparing search index...

    Interface PreviewResult

    interface PreviewResult {
        data: Uint8Array<ArrayBufferLike> | Record<string, unknown>[];
        typeId: "jsonArray" | "uint8Array";
    }
    Index

    Properties

    Properties

    data: Uint8Array<ArrayBufferLike> | Record<string, unknown>[]
    typeId: "jsonArray" | "uint8Array"