Libraries
    Preparing search index...

    Type Alias RelKeyTree<TEntity>

    RelKeyTree: { readonly [K in keyof EntityRelations<TEntity> & string]: K }

    { [relName]: relName } — the accessor object passed to t => t.relName selectors on .include(). Restricted to the relation keys declared on TEntity.

    Type Parameters

    • TEntity extends Entity<any, any, any>