Skip to content

openpra-monorepo


Variable: MyProfileResponseSchema

const MyProfileResponseSchema: ZodObject<{ profile: ZodObject<{ altEmail: ZodString; avatarUrl: ZodNullable<ZodString>; bio: ZodString; connectedAccounts: ZodArray<ZodObject<{ displayName: ZodString; provider: ZodEnum<{ github: "github"; google: "google"; }>; }, $strip>>; coverUrl: ZodNullable<ZodString>; email: ZodString; fullName: ZodString; hasPassword: ZodBoolean; initials: ZodString; linkedin: ZodString; memberSince: ZodString; organization: ZodString; phone: ZodString; signatureDataUrl: ZodNullable<ZodString>; title: ZodString; twoFactorEnabled: ZodBoolean; username: ZodString; }, $strip>; projectCount: ZodNumber; }, $strip>

Defined in: users/UserSchema.ts:55