@tikoci/centrs
    Preparing search index...

    Interface CommentKvResult

    interface CommentKvResult {
        geo: Partial<Record<CommentKvGeoKey, string>>;
        lookups: Partial<Record<CommentKvLookupKey, string>>;
        values: Partial<Record<CommentKvKey, string>>;
        warnings: CommentKvWarning[];
    }
    Index

    Properties

    geo: Partial<Record<CommentKvGeoKey, string>>

    Geo facts (lat/lon/altitude/altitude-type), last-wins, raw string values.

    lookups: Partial<Record<CommentKvLookupKey, string>>

    Lookup keys (identity/mac/ip), last-wins, raw string values.

    values: Partial<Record<CommentKvKey, string>>

    Allowlisted overrides, last-wins on duplicate keys, raw string values.

    warnings: CommentKvWarning[]