@secrecy/trpc-api-types 1.33.0-feat-orgs.9 → 1.33.0-feat-orgs.10
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.cts +2 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -12679,10 +12679,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
12679
12679
|
_meta: object;
|
|
12680
12680
|
_ctx_out: {};
|
|
12681
12681
|
_input_in: {
|
|
12682
|
-
|
|
12682
|
+
waitUntilPeriodEnd: boolean;
|
|
12683
12683
|
};
|
|
12684
12684
|
_input_out: {
|
|
12685
|
-
|
|
12685
|
+
waitUntilPeriodEnd: boolean;
|
|
12686
12686
|
};
|
|
12687
12687
|
_output_in: {
|
|
12688
12688
|
isCancelled: boolean;
|