Interface SentCounts

interface SentCounts {
    Days: [{
        Date: string;
        Sent: number;
    }];
    Sent: number;
}

Properties

Properties

Days: [{
    Date: string;
    Sent: number;
}]

Type declaration

  • Date: string
  • Sent: number
Sent: number