travels
    Preparing search index...

    Type Alias TravelsHistory<P>

    type TravelsHistory<P extends PatchesOption = {}> = {
        metadata?: (TravelMetadata | undefined)[];
        patches: TravelPatches<P>;
        position: number;
    }

    Type Parameters

    Index

    Properties

    metadata?: (TravelMetadata | undefined)[]
    patches: TravelPatches<P>
    position: number