Type alias EntryResourceLink<EntrySkeleton>

EntryResourceLink<EntrySkeleton>: {
    entry: EntrySkeleton;
    type: "EntryResourceLink";
}

Type Parameters

Type declaration