Prism API - v2.0.0-alpha.1
    Preparing search index...
    interface ResolvedRef {
        def?: LanguageProto;
        id: string;
        inner?: string;
        language?: Language;
    }
    Index
    def?: LanguageProto

    The definition of the (outer) language, if loaded

    id: string

    The normalized id

    inner?: string

    For compound ids: the normalized id of the inner language, or null for none. undefined for plain ids.

    language?: Language

    The language instance, if already resolved