@learncard/helpers 1.1.3 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -3934,6 +3934,7 @@ var require_types_cjs_development = __commonJS({
|
|
3934
3934
|
shortBio: mod.string().default(""),
|
3935
3935
|
bio: mod.string().default(""),
|
3936
3936
|
did: mod.string(),
|
3937
|
+
isPrivate: mod.boolean().optional(),
|
3937
3938
|
email: mod.string().optional(),
|
3938
3939
|
image: mod.string().optional(),
|
3939
3940
|
heroImage: mod.string().optional(),
|