Skip to content

Variable: GroupMemberSchema

const GroupMemberSchema: ZodObject<{ joinedAt: ZodOptional<ZodCustom<FirebaseTimestamp, FirebaseTimestamp>>; nickname: ZodOptional<ZodString>; photoURL: ZodOptional<ZodNullable<ZodString>>; uid: ZodString; }, $loose>

Defined in: src/types/schemas.ts:104

Released under the MIT License.