Typescript SDK Type Docs
    Preparing search index...

    Interface UnresolvedReferences

    Contains a reference to a resource which does not exist. For example, if a Category is imported with a parent Category that does not exist, the reference to the parent Category is an unresolved reference.

    interface UnresolvedReferences {
        key: string;
        typeId: ReferenceType;
    }
    Index

    Properties

    Properties

    key: string

    key of the unresolved resource.

    Type of the unresolved resource.