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
beta build gets the following error Error: deviceManagement/chromeOSOnboardingSettings/connect/index.ts(89,9): error TS2322: Type 'string' is not assignable to type 'Record<string, unknown>'.
This matches the "enumObject" part of this section
follow up to #4199
beta build gets the following error
Error: deviceManagement/chromeOSOnboardingSettings/connect/index.ts(89,9): error TS2322: Type 'string' is not assignable to type 'Record<string, unknown>'.
This matches the "enumObject" part of this section
I believe the generation should not emit the quotes around
ChromeOSOnboardingStatus
, but it remains to be investigatedThe text was updated successfully, but these errors were encountered: