raptor
    Preparing search index...

    Interface FootPath<SI>

    interface FootPath<SI extends Id> {
        length: number;
        to: SI;
    }

    Type Parameters

    • SI extends Id
    Index

    Properties

    Properties

    length: number
    to: SI