ForeignKeyIn

source
type ForeignKeyIn<T> = Exclude<KeysWhere<T, MaybeId>, "Id"> & string;