@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface NormalizedGovernanceApproved

    interface NormalizedGovernanceApproved {
        checkId: string;
        explanation: string;
        raw: CheckGovernanceResponse;
        verdict: "approved";
        checkType: "legacy" | "intent" | "execution";
        governanceContext?: string;
        expiresAt?: string;
    }

    Hierarchy

    • NormalizedGovernanceVerdictBase
      • NormalizedGovernanceApproved
    Index

    Properties

    checkId: string
    explanation: string
    verdict: "approved"
    checkType: "legacy" | "intent" | "execution"
    governanceContext?: string
    expiresAt?: string