export interface PermissionResponse { id: number; name: string; type: number; }