Kizuki
    Preparing search index...

    Interface Link

    A prerequisite link: conceptId needs needsConceptId first.

    interface Link {
        conceptId: string;
        needsConceptId: string;
    }
    Index
    conceptId: string

    The concept that needs the other first.

    needsConceptId: string

    The concept to understand first.