Skip to content

Decision

type Decision = "allow" | "allow_with_warnings" | "require_approval" | "block";

Defined in: types.ts:5