@zuplo/graphql 5.1966.0 → 5.1968.0
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/package.json +1 -1
- package/types-beta.d.ts +6 -1
package/package.json
CHANGED
package/types-beta.d.ts
CHANGED
|
@@ -644,7 +644,12 @@ declare interface RouteConfiguration extends Omit<BuildRouteConfiguration, "raw"
|
|
|
644
644
|
|
|
645
645
|
declare type UserDataDefault = any;
|
|
646
646
|
|
|
647
|
-
|
|
647
|
+
/**
|
|
648
|
+
* @public
|
|
649
|
+
*/
|
|
650
|
+
declare interface WaitUntilFunc {
|
|
651
|
+
(promise: Promise<any>): void;
|
|
652
|
+
}
|
|
648
653
|
|
|
649
654
|
/**
|
|
650
655
|
* @beta
|