@secrecy/trpc-api-types 1.41.0-dev.2 → 1.41.0-feat-blog-admin.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.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1029,6 +1029,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
1029
1029
|
author: string;
|
|
1030
1030
|
image: string;
|
|
1031
1031
|
summary: string;
|
|
1032
|
+
slug: string | null;
|
|
1032
1033
|
status: "published" | "draft";
|
|
1033
1034
|
tags: string[];
|
|
1034
1035
|
lang: "en" | "fr";
|
|
@@ -1054,6 +1055,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
1054
1055
|
author: string;
|
|
1055
1056
|
image: string;
|
|
1056
1057
|
summary: string;
|
|
1058
|
+
slug: string | null;
|
|
1057
1059
|
status: "published" | "draft";
|
|
1058
1060
|
tags: string[];
|
|
1059
1061
|
lang: "en" | "fr";
|