Skip to content

Commit 6c33873

Browse files
committed
update docusaurus
1 parent 4e38004 commit 6c33873

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/src/pages/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,8 @@ While it's often hard to find the best name, aim to optimize code for consistenc
886886
fulfilled: true,
887887
error: 'Shipping Error',
888888
} as const;
889+
890+
const DASHBOARD_ACCESS_ROLES = ['admin', 'editor', 'moderator'] as const;
889891
```
890892
891893
If a type exists use [Type-Safe Constants With Satisfies](#type-safe-constants-with-satisfies).

0 commit comments

Comments
 (0)