Skip to content
Snippets Groups Projects

Fix missing exports required downstream

Merged Martin Lowe requested to merge malowe/main/1 into main
3 files
+ 9
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -12,6 +12,7 @@
******************************************************************/
const { z } = require('zod');
const SUPPORTED_PERMISSION_LEVELS = ['READ', 'TRIAGE', 'WRITE', 'MAINTAIN'];
const USER_PERMISSIONS_SCHEMA = z.object({
overrides: z.array(
z.object({
Loading