SignalCD Modern PoC API
    Preparing search index...

    Interface DocumentMetadata

    interface DocumentMetadata {
        archived?: boolean;
        title?: string;
        readonly [key: string]: unknown;
    }

    Indexable

    • readonly [key: string]: unknown

      Application-owned additive fields are preserved by metadata updates.

    Index
    archived?: boolean
    title?: string