Type alias UpdateObject<DB, TB, UT>

UpdateObject<DB, TB, UT>: {
    [C in UpdateKeys<DB[UT]>]?: ValueExpression<DB, TB, UpdateType<DB[UT][C]>>
}

Type Parameters

  • DB
  • TB extends keyof DB
  • UT extends keyof DB = TB