You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add Id to the generated api.d.ts file when doing static type generation (#42050)
We don't currently define the `Id` type that we reference when doing static api.d.ts generation - leading to any ID in those types being treated as `any` (not validated on arguments or useful in return values).
GitOrigin-RevId: f5e18f583d3328e2e14229ae71c25b6561705a0d
0 commit comments