added endpoint: extract-pages. changed indecies to indexes
This commit is contained in:
2
shared-operations/declarations/Action.d.ts
vendored
2
shared-operations/declarations/Action.d.ts
vendored
@@ -9,7 +9,7 @@ export interface WaitAction extends Action {
|
||||
}
|
||||
|
||||
export interface ExtractAction extends Action {
|
||||
values: { indecies: string | number[] }
|
||||
values: { indexes: string | number[] }
|
||||
}
|
||||
|
||||
export interface ImposeAction extends Action {
|
||||
|
||||
Reference in New Issue
Block a user