Transfer changes from enterprise codebase

This commit is contained in:
Tom Moor
2023-05-13 12:30:24 -04:00
parent 7ce97f4d50
commit e2bc2f2067
7 changed files with 65 additions and 60 deletions

View File

@@ -6,6 +6,7 @@ interface Plugin {
name: string;
description: string;
requiredEnvVars?: string[];
deployments?: string[];
};
settings: React.FC;
icon: React.FC<{ size?: number; fill?: string }>;