Type Alias IJoinEntryWithMetadata

IJoinEntryWithMetadata: IJoinEntry & {
    metadata: MetadataBindings;
}

A joinable entry with resolved metadata.