openpaul
    Preparing search index...

    Interface KeyLink

    KeyLink - Reference between files for verification

    interface KeyLink {
        from: string;
        pattern: string;
        to: string;
        via: string;
    }
    Index

    Properties

    Properties

    from: string
    pattern: string
    to: string
    via: string