Type alias NormalizedHasManyOptions<SourceKey, TargetKey>

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

Type Parameters

  • SourceKey extends string
  • TargetKey extends string

Type declaration