TColumnName<S, N>: Extract<keyof S[N]["plain"], string>

Column name (no relations)

Type Parameters