SearchFieldArray type
Se TModel
è un oggetto non tipizzato, una matrice di stringhe non tipizzata In caso contrario, i campi delimitati da barre di TModel
.
type SearchFieldArray<TModel> = () => (
T extends TModel ? true : false
) extends () => T extends object ? true : false
? readonly string[]
: readonly SelectFields<TModel>[]