[TS] Some cleanup
This commit is contained in:
parent
1ede4e088e
commit
307cf453f5
1 changed files with 1 additions and 1 deletions
2
src/def.d.ts
vendored
2
src/def.d.ts
vendored
|
@ -311,7 +311,7 @@ interface VendettaObject {
|
||||||
};
|
};
|
||||||
utils: {
|
utils: {
|
||||||
copyText: (content: string) => void;
|
copyText: (content: string) => void;
|
||||||
findInReactTree: (tree: { [key: string]: any }, filter: SearchFilter) => void;
|
findInReactTree: (tree: { [key: string]: any }, filter: SearchFilter) => any;
|
||||||
findInTree: (tree: { [key: string]: any }, filter: SearchFilter, options: FindInTreeOptions) => any;
|
findInTree: (tree: { [key: string]: any }, filter: SearchFilter, options: FindInTreeOptions) => any;
|
||||||
safeFetch: (input: RequestInfo, options: RequestInit) => Promise<Response>;
|
safeFetch: (input: RequestInfo, options: RequestInit) => Promise<Response>;
|
||||||
unfreeze: (obj: object) => object;
|
unfreeze: (obj: object) => object;
|
||||||
|
|
Loading…
Reference in a new issue