@learncard/helpers 1.1.2 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -4083,6 +4083,7 @@ var require_types_cjs_development = __commonJS({
|
|
4083
4083
|
reasonForAccessing: mod.string().optional(),
|
4084
4084
|
image: mod.string().optional(),
|
4085
4085
|
uri: mod.string(),
|
4086
|
+
needsGuardianConsent: mod.boolean().optional(),
|
4086
4087
|
createdAt: mod.string(),
|
4087
4088
|
updatedAt: mod.string(),
|
4088
4089
|
expiresAt: mod.string().optional()
|