Type alias NormalizedThroughOptions<ThroughModel>

NormalizedThroughOptions<ThroughModel>: Omit<ThroughOptions<ThroughModel>, "model"> & {
    model: ModelStatic<ThroughModel>;
}

Type Parameters

  • ThroughModel extends Model

Type declaration