This commit is contained in:
jacob
2024-04-28 13:50:56 -05:00
parent ca1c6e2869
commit f0fb5ff1b1
4 changed files with 24 additions and 26 deletions

View File

@@ -20,21 +20,4 @@ export interface sernConfig {
commands: string;
events?: string;
};
app?: {
customInstallUrl?: string;
description?: string;
roleConnectionsVerificationUrl?: string;
installParams?: {
type: 'install params object';
};
integrationTypesConfig?: {
type: 'dictionary with keys of application integration types';
description: 'In preview. Default scopes and permissions for each supported installation context. Value for each key is an integration type configuration object';
};
flags?: number;
icon?: '?image data';
coverImage?: '?image data';
interactionsEndpointUrl?: string;
tags: string[];
}
}