mirror of
https://github.com/sern-handler/cli
synced 2026-06-28 02:32:20 +00:00
step 1
This commit is contained in:
@@ -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[];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user