@resistdesign/voltra
    Preparing search index...

    Type Alias TypeInfoPack

    The necessary information to use a TypeInfo with the entire TypeInfoMap containing it.

    type TypeInfoPack = {
        entryTypeName: string;
        typeInfoMap: TypeInfoMap;
    }
    Index

    Properties

    entryTypeName: string

    Entry type name to resolve.

    typeInfoMap: TypeInfoMap

    Type info map containing the entry type.