GenericFields
This commit is contained in:
2
shared-operations/declarations/Action.d.ts
vendored
2
shared-operations/declarations/Action.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
export interface Action {
|
||||
values: any;
|
||||
type: string;
|
||||
type: "wait" | "done" | "impose" | string;
|
||||
actions?: Action[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user