@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.
package/dist/helpers.esm.js
CHANGED
@@ -4080,6 +4080,7 @@ var require_types_cjs_development = __commonJS({
|
|
4080
4080
|
image: mod.string().optional(),
|
4081
4081
|
uri: mod.string(),
|
4082
4082
|
needsGuardianConsent: mod.boolean().optional(),
|
4083
|
+
redirectUrl: mod.string().optional(),
|
4083
4084
|
createdAt: mod.string(),
|
4084
4085
|
updatedAt: mod.string(),
|
4085
4086
|
expiresAt: mod.string().optional()
|