Cleanup after merge
This commit is contained in:
6
shared-operations/declarations/Action.d.ts
vendored
6
shared-operations/declarations/Action.d.ts
vendored
@@ -1,5 +1,9 @@
|
||||
export interface Action {
|
||||
values: any;
|
||||
protected values: any;
|
||||
type: string;
|
||||
actions?: Action[];
|
||||
}
|
||||
|
||||
export interface WaitAction extends Action {
|
||||
values: { id: number }
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
export interface Operation {
|
||||
protected values: any;
|
||||
type: string;
|
||||
operations?: Operation[];
|
||||
}
|
||||
|
||||
export interface WaitOperation extends Operation {
|
||||
values: { id: number }
|
||||
}
|
||||
5
shared-operations/declarations/PDF.d.ts
vendored
5
shared-operations/declarations/PDF.d.ts
vendored
@@ -1,5 +0,0 @@
|
||||
export interface PDF {
|
||||
originalFileName: string;
|
||||
fileName: string;
|
||||
buffer: Uint8Array;
|
||||
}
|
||||
Reference in New Issue
Block a user