interface AgreementCollector {
    category: "NoValueCollector";
    error: null | string;
    id: string;
    name: string;
    output: {
        agreement: { id: string; useDynamicAgreement: boolean };
        enabled: boolean;
        key: string;
        label: string;
        title: string;
        titleEnabled: boolean;
        type: string;
    };
    type: "AgreementCollector";
}

Hierarchy (View Summary)

Properties

category: "NoValueCollector"
error: null | string
id: string
name: string
output: {
    agreement: { id: string; useDynamicAgreement: boolean };
    enabled: boolean;
    key: string;
    label: string;
    title: string;
    titleEnabled: boolean;
    type: string;
}
type: "AgreementCollector"