@secrecy/trpc-api-types 1.19.0-dev.1 → 1.19.0-dev.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 +2 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -4554,7 +4554,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4554
4554
|
id: string;
|
|
4555
4555
|
key: string;
|
|
4556
4556
|
}[];
|
|
4557
|
-
nameKey: string;
|
|
4557
|
+
nameKey: string | null;
|
|
4558
4558
|
}[];
|
|
4559
4559
|
rights: "admin" | "write" | "read";
|
|
4560
4560
|
};
|
|
@@ -4566,7 +4566,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4566
4566
|
id: string;
|
|
4567
4567
|
key: string;
|
|
4568
4568
|
}[];
|
|
4569
|
-
nameKey: string;
|
|
4569
|
+
nameKey: string | null;
|
|
4570
4570
|
}[];
|
|
4571
4571
|
rights: "admin" | "write" | "read";
|
|
4572
4572
|
};
|