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

    Interface ProposalSourceExpectation

    interface ProposalSourceExpectation {
        proposal_id: string;
        action: "finalize" | "revise";
        version: string | null;
    }
    Index

    Properties

    proposal_id: string
    action: "finalize" | "revise"
    version: string | null

    null means the source was absent when the request was evaluated.