ISPO SDK
    Preparing search index...

    Interface EvaluationRunProposal

    Markdown
    interface EvaluationRunProposal {
        acceptanceChecks: readonly string[];
        description: string;
        destinationHint:
            | "split"
            | "none"
            | "source-root"
            | "host-implementation"
            | "another-root";
        proposalId: string;
        title: string;
    }
    Index
    acceptanceChecks: readonly string[]
    description: string
    destinationHint:
        | "split"
        | "none"
        | "source-root"
        | "host-implementation"
        | "another-root"
    proposalId: string

    Stable proposal selector minted by the Host evaluation authority.

    title: string