Remix
Remix
remix/data-table · TypeView Source

HasOneOptions

Summary

Options for defining a hasOne relation.

Signature

type HasOneOptions<source, target> = {
  foreignKey?: KeySelector<target>;
  targetKey?: KeySelector<source>;
};