Variable common_succeeded_action_attemptConst
common_succeeded_action_attempt: ZodObject<extendShape<{
action_attempt_id: ZodString;
status: ZodEnum<["pending", "success", "error"]>;
}, {
error: ZodNull;
status: ZodLiteral<"success">;
}>, "strip", ZodTypeAny, {
action_attempt_id: string;
error: null;
status: "success";
}, {
action_attempt_id: string;
error: null;
status: "success";
}> = ...
Type declaration
action_attempt_id: string
error: null
status: "success"
Type declaration
action_attempt_id: string
error: null
status: "success"