Skip to content

Type Alias: Permissions

ts
type Permissions = z.infer<typeof PermissionsSchema>;

Defined in: src/cloud/models/permissions.ts:10