@ctlyst.id/internal-ui 3.1.2 → 3.1.3

Sign up to get free protection for your applications and to get access to all the features.
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