From 9d84fe9e8d95f0020133c2f8a2d6c5da10d13f6d Mon Sep 17 00:00:00 2001 From: Kostiantyn Smyrnov Date: Mon, 19 Feb 2024 17:03:56 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Fixed=20users=20list=20ou?= =?UTF-8?q?tput=20type=20in=20the=20sdk-db=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/db/src/users.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/db/src/users.ts b/packages/db/src/users.ts index 6e0ca61..ae72a00 100644 --- a/packages/db/src/users.ts +++ b/packages/db/src/users.ts @@ -56,7 +56,7 @@ export type SafeUserType = z.infer; * Type definition for sanitized Users records list, * inferred from UsersListOutputSchema. */ -export type UsersListOutputSchema = z.infer; +export type UsersListOutputSchemaType = z.infer; /** * Interface defining the properties of UsersDb initialization options.