feat: basic copilot plugin implement (#6229)

fix CLOUD-25
This commit is contained in:
darkskygit
2024-04-02 07:04:49 +00:00
parent 366e0a4b60
commit 593161dccb
10 changed files with 215 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ import { DeploymentType } from '../fundamentals';
import { Public } from './auth';
export enum ServerFeature {
Copilot = 'copilot',
Payment = 'payment',
OAuth = 'oauth',
}