UNPKG

@trophyso/node

Version:
10 lines (9 loc) 229 B
/** * Details about the recap period. */ export interface WebhooksEmailsRecapDuePayloadRecap { /** The start of the recap period. */ periodStart: string; /** The end of the recap period. */ periodEnd: string; }