@squidcloud/client
    Preparing search index...

    Interface SquidDocument

    The structure of a Squid Document with metadata and dynamic fields.

    interface SquidDocument {
        __docId__: string;
        __ts__: number;
        [fieldName: string]: undefined | FieldType;
    }

    Indexable

    Index

    Properties

    Properties

    __docId__: string

    The unique identifier of the document.

    __ts__: number

    The timestamp of the document, typically in milliseconds.