Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Add webaapps to automation function meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Jun 7, 2022
1 parent 3026fb1 commit f95d26f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/automation/types/function.ts
Expand Up @@ -5,6 +5,8 @@ export interface FunctionMeta {
short: string;
description: string;
visual: { [_: string]: any };
// List of webapps where function can be used, if omitted it can be used everywhere
webapps: Array<string>;
}

interface FunctionCtr extends Partial<Omit<Function, 'parameters' | 'results'>> {
Expand Down

0 comments on commit f95d26f

Please sign in to comment.