TFieldName<S, N>: Extract<keyof S[N]["plain"] | keyof S[N]["flat"], string>

Field name (with relations)

Type Parameters