Cleanup, Documented Impose
This commit is contained in:
12
shared-operations/declarations/Action.d.ts
vendored
12
shared-operations/declarations/Action.d.ts
vendored
@@ -4,6 +4,18 @@ export interface Action {
|
||||
actions?: Action[];
|
||||
}
|
||||
|
||||
export interface WaitAction extends Action {
|
||||
values: { id: number }
|
||||
}
|
||||
|
||||
export interface ExtractAction extends Action {
|
||||
values: { indecies: string | number[] }
|
||||
}
|
||||
|
||||
export interface ImposeAction extends Action {
|
||||
values: { nup: number, format: string }
|
||||
}
|
||||
|
||||
export interface WaitAction extends Action {
|
||||
values: { id: number }
|
||||
}
|
||||
Reference in New Issue
Block a user