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