@karmaniverous/stan-context
    Preparing search index...

    Type Alias GraphNodeMetadata

    type GraphNodeMetadata = {
        hash?: string;
        isOutsideRoot?: true;
        size?: number;
    }
    Index

    Properties

    hash?: string
    isOutsideRoot?: true
    size?: number