@secrecy/trpc-api-types 1.33.0-fix-s3-content-type.1 → 1.33.0-fix-logout-endpoint.1
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 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3940,11 +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
|
+
} & {
|
|
3944
|
+
slug?: string | undefined;
|
|
3943
3945
|
};
|
|
3944
3946
|
_input_out: {
|
|
3945
3947
|
name: string;
|
|
3946
3948
|
dataId: string;
|
|
3947
3949
|
expireAt: Date | null;
|
|
3950
|
+
} & {
|
|
3951
|
+
slug?: string | undefined;
|
|
3948
3952
|
};
|
|
3949
3953
|
_output_in: {
|
|
3950
3954
|
name: string;
|