@devtron-labs/devtron-fe-common-lib 1.21.0-beta-11 → 1.21.0-beta-13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -976,7 +976,7 @@ export type DevtronLicenseDTO<isCentralDashboard extends boolean = false> = Devt
976
976
  instanceData: {
977
977
  devtronUrl: string;
978
978
  devtronPassword: string;
979
- };
979
+ } | null;
980
980
  } : {
981
981
  claimedByUserDetails?: never;
982
982
  instanceData?: never;