gatelogue-types
    Preparing search index...

    Interface GatelogueData

    interface GatelogueData {
        nodes: Record<string, Node>;
        timestamp: string;
        version: number;
    }
    Index

    Properties

    nodes: Record<string, Node>
    timestamp: string
    version: number