@secrecy/trpc-api-types 1.33.0-fix-missing-mutable-slug.1 → 1.33.0-fix-s3-content-type.2
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 +0 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3940,13 +3940,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3940
3940
|
name: string;
|
|
3941
3941
|
dataId: string;
|
|
3942
3942
|
expireAt: Date | null;
|
|
3943
|
-
slug: string;
|
|
3944
3943
|
};
|
|
3945
3944
|
_input_out: {
|
|
3946
3945
|
name: string;
|
|
3947
3946
|
dataId: string;
|
|
3948
3947
|
expireAt: Date | null;
|
|
3949
|
-
slug: string;
|
|
3950
3948
|
};
|
|
3951
3949
|
_output_in: {
|
|
3952
3950
|
name: string;
|