@ctlyst.id/internal-ui 3.1.2 → 3.1.3

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.
package/dist/index.d.mts CHANGED
@@ -347,7 +347,7 @@ type HeaderDataProps = {
347
347
  email?: string;
348
348
  name?: string;
349
349
  userRole?: string;
350
- office?: string | string[];
350
+ office?: string[];
351
351
  avatarUrl?: string;
352
352
  };
353
353
 
package/dist/index.d.ts CHANGED
@@ -347,7 +347,7 @@ type HeaderDataProps = {
347
347
  email?: string;
348
348
  name?: string;
349
349
  userRole?: string;
350
- office?: string | string[];
350
+ office?: string[];
351
351
  avatarUrl?: string;
352
352
  };
353
353