graz 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1002,7 +1002,7 @@ declare const useQueryRaw: <TError>(args?: {
|
|
|
1002
1002
|
|
|
1003
1003
|
interface SiginingClientSinglechainArgs<T> {
|
|
1004
1004
|
multiChain?: false;
|
|
1005
|
-
opts?:
|
|
1005
|
+
opts?: T;
|
|
1006
1006
|
}
|
|
1007
1007
|
interface SiginingClientMultichainArgs<T> {
|
|
1008
1008
|
multiChain?: true;
|
package/dist/index.d.ts
CHANGED
|
@@ -1002,7 +1002,7 @@ declare const useQueryRaw: <TError>(args?: {
|
|
|
1002
1002
|
|
|
1003
1003
|
interface SiginingClientSinglechainArgs<T> {
|
|
1004
1004
|
multiChain?: false;
|
|
1005
|
-
opts?:
|
|
1005
|
+
opts?: T;
|
|
1006
1006
|
}
|
|
1007
1007
|
interface SiginingClientMultichainArgs<T> {
|
|
1008
1008
|
multiChain?: true;
|
package/package.json
CHANGED