Variable: UserProfileBriefSchema
constUserProfileBriefSchema:ZodObject<{id:ZodString;joinedAt:ZodOptional<ZodCustom<FirebaseTimestamp,FirebaseTimestamp>>;language:ZodOptional<ZodEnum<{en:"en";es:"es";ja:"ja";ko:"ko";pt:"pt";th:"th";tl:"tl";vi:"vi";zh:"zh"; }>>;lastActiveAt:ZodOptional<ZodCustom<FirebaseTimestamp,FirebaseTimestamp>>;lastPostDate:ZodOptional<ZodCustom<FirebaseTimestamp,FirebaseTimestamp>>;lastReadAt:ZodOptional<ZodCustom<FirebaseTimestamp,FirebaseTimestamp>>;nickname:ZodOptional<ZodString>;photoURL:ZodOptional<ZodNullable<ZodString>>;uid:ZodOptional<ZodString>; },$loose>
Defined in: src/types/schemas.ts:95