Type alias NormalizedHasOneOptions<SourceKey, TargetKey>

NormalizedHasOneOptions<SourceKey, TargetKey>: NormalizeBaseAssociationOptions<Omit<HasOneOptions<SourceKey, TargetKey>, "inverse">> & {
    inverse?: Exclude<HasOneOptions<SourceKey, TargetKey>["inverse"], string>;
}

Type Parameters

  • SourceKey extends string
  • TargetKey extends string

Type declaration