Variable UpdateContentStandardsSuccessSchemaConst
UpdateContentStandardsSuccessSchema: ZodObject<
{
success: ZodLiteral<true>;
standards_id: ZodString;
context: ZodOptional<ZodNullable<ZodObject<{}, $loose>>>;
ext: ZodOptional<ZodNullable<ZodObject<{}, $loose>>>;
},
$loose,
> = ...