From 1ce7879ee85ea5bb5efaff3cf950e65513098d3c Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Sat, 25 Mar 2023 16:09:04 -0400 Subject: oapi: users progress --- src/util/entities/User.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/util/entities/User.ts') diff --git a/src/util/entities/User.ts b/src/util/entities/User.ts index df9af328..85a5015b 100644 --- a/src/util/entities/User.ts +++ b/src/util/entities/User.ts @@ -86,8 +86,7 @@ export const PrivateUserProjection = [ // Private user data that should never get sent to the client export type PublicUser = Pick; - -export type UserPublic = Pick; +export type PrivateUser = Pick; export interface UserPrivate extends Pick { locale: string; -- cgit 1.5.1