Policies refactor, guest roles (#6732)
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import React from "react";
|
||||
import { UserRole } from "@shared/types";
|
||||
|
||||
interface Plugin {
|
||||
id: string;
|
||||
config: {
|
||||
name: string;
|
||||
description: string;
|
||||
adminOnly?: boolean;
|
||||
roles?: UserRole[];
|
||||
deployments?: string[];
|
||||
};
|
||||
settings: React.FC;
|
||||
|
||||
Reference in New Issue
Block a user