Added bio to PublicUserProjection

This commit is contained in:
BanTheNons 2021-08-05 18:48:58 +03:00 committed by GitHub
parent ee1b8c980b
commit 6d602abba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ export const PublicUserProjection = {
id: true,
public_flags: true,
avatar: true,
bio: true,
};
export interface User {