Variable FeedbackParamsSchemaConst

FeedbackParamsSchema: ZodObject<{
    modelUuid: ZodOptional<ZodString>;
    predictionUuid: ZodString;
    value: ZodRecord<ZodString, ZodAny>;
}, $strip> = ...