Type Alias UnresolvedLink<T>

UnresolvedLink<T>: {
    sys: Link<T>;
}

Unresolved link field of a specific link type

Type Parameters