mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-04 02:20:19 +01:00
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