export interface AllowedPermissions {
    actions: string[];
}
