travels
    Preparing search index...

    Type Alias TravelMetadata

    Metadata attached to a history entry. Keep custom values JSON-compatible when the history will be persisted with serialize().

    type TravelMetadata = {
        label?: string;
        source?: string;
        timestamp?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    label?: string
    source?: string
    timestamp?: number