Interface ValidJSONMetricParams

interface ValidJSONMetricParams {
    responseKey?: "message" | "data";
    schema?: ZodType<any, ZodTypeDef, any>;
}

Properties

responseKey?: "message" | "data"
schema?: ZodType<any, ZodTypeDef, any>