Interface SendsIdCreateObject

interface SendsIdCreateObject {
    campaign_id: string;
    send_id?: string;
}

Properties

campaign_id: string
send_id?: string