Merge pull request #432 from janhq/chore/update-core-service-get-plugin-manifest

chore: update core service - get plugin manifest
This commit is contained in:
hiento09 2023-10-24 11:52:05 +07:00 committed by GitHub
commit 122c31b9d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,6 +131,11 @@ export enum DataService {
* Updates a bot matching an ID.
*/
UpdateBot = "updateBot",
/**
* Gets the plugin manifest.
*/
GetPluginManifest = "getPluginManifest",
}
/**