/**
 * Details about the recap period.
 */
export interface WebhooksEmailsRecapDuePayloadRecap {
    /** The start of the recap period. */
    periodStart: string;
    /** The end of the recap period. */
    periodEnd: string;
}
