feat: some tweaks to the actions registry and implementing some of the actions client
Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
+10
@@ -121,6 +121,16 @@ export interface Config {
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
* Options used by the default actions service.
|
||||
*/
|
||||
actions?: {
|
||||
/**
|
||||
* List of plugin sources to load actions from.
|
||||
*/
|
||||
pluginSources?: string[];
|
||||
};
|
||||
|
||||
/**
|
||||
* Options used by the default auth, httpAuth and userInfo services.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user