remove unused inertia organization page props

This commit is contained in:
Gregor Vostrak
2026-06-09 00:32:44 +02:00
committed by Constantin Graf
parent ed037d40a1
commit eef2cdaec5
4 changed files with 1 additions and 17 deletions

View File

@@ -1,11 +1,8 @@
import type { User } from '@/types/models';
export interface Permissions {
canAddTeamMembers: boolean;
canDeleteTeam: boolean;
canRemoveTeamMembers: boolean;
canUpdateTeam: boolean;
canUpdateTeamMembers: boolean;
}
export interface Session {