Preparing search index...
    type LinkBase = {
        id: string;
        inner: boolean;
        linkType: string;
        psevdoInner?: boolean;
        sourceId: string;
        targetId: string;
    }
    Index

    Properties

    id: string
    inner: boolean
    linkType: string
    psevdoInner?: boolean
    sourceId: string
    targetId: string