Skip to content

HookOutcomeStatus

This content is not available in your language yet.

type HookOutcomeStatus = "error" | "timeout" | "aborted" | "ok";

hook 执行终态(HookOutcomeStatusSchema 推导)。