Skip to content

Commit 4bcbd5b

Browse files
committed
feat: add default group name with schema core.ts
1 parent 01f8cc3 commit 4bcbd5b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/schemas/src/core/core.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import type { Json, JsonLiteral, Language } from '@opendatacapture/runtime-core'
66
import type { Simplify } from 'type-fest';
77
import { z } from 'zod';
88

9+
export const DEFAULT_GROUP_NAME = 'root';
10+
911
export type AppAction = z.infer<typeof $AppAction>;
1012
export const $AppAction = z.enum(['create', 'delete', 'manage', 'read', 'update']);
1113

0 commit comments

Comments
 (0)