TColumnNameAndRelationName<S, N>: Extract<keyof S[N]["plain"] | keyof S[N]["nested"], string>

Column name and Relation name It only returns the relation name, excluding the related fields, in contrast to TFieldName.

Type Parameters