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