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
The CellProvisioning type in src/api/admin/types.ts doesn't closely match that of the corresponding Rust type, in either 0.4 or 0.5. There's a new protected flag for UseExisting; suggest using a tagged union rather than an interface. I'll follow up with a PR today.
The text was updated successfully, but these errors were encountered:
The
CellProvisioning
type insrc/api/admin/types.ts
doesn't closely match that of the corresponding Rust type, in either 0.4 or 0.5. There's a newprotected
flag forUseExisting
; suggest using a tagged union rather than an interface. I'll follow up with a PR today.The text was updated successfully, but these errors were encountered: