/** * @example * {} */ export interface ResendWebhookBody { orderIds?: string[]; startAt?: Date; endAt?: Date; }