export interface BasePermission {
    id?: string;
    actions: string[];
}
