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