@secrecy/trpc-api-types 1.33.0-dev.43 → 1.33.0-dev.45
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 +4 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3940,13 +3940,15 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3940
3940
|
name: string;
|
|
3941
3941
|
dataId: string;
|
|
3942
3942
|
expireAt: Date | null;
|
|
3943
|
-
|
|
3943
|
+
} & {
|
|
3944
|
+
slug?: string | undefined;
|
|
3944
3945
|
};
|
|
3945
3946
|
_input_out: {
|
|
3946
3947
|
name: string;
|
|
3947
3948
|
dataId: string;
|
|
3948
3949
|
expireAt: Date | null;
|
|
3949
|
-
|
|
3950
|
+
} & {
|
|
3951
|
+
slug?: string | undefined;
|
|
3950
3952
|
};
|
|
3951
3953
|
_output_in: {
|
|
3952
3954
|
name: string;
|