gatelineAPI reference
interface ValidateResult {
    failures: string[];
    lock: FrameworkLock;
}

Properties

Properties

failures: string[]