@theredspace/spp-client
    Preparing search index...

    Interface AgreementWrapper

    The envelope returned by the API for one Agreement

    interface AgreementWrapper {
        Agreement: Agreement;
        status: string;
    }
    Index

    Properties

    Properties

    Agreement: Agreement
    status: string