diff --git a/src/resources/webhooks.ts b/src/resources/webhooks.ts index 563759a..2f09740 100644 --- a/src/resources/webhooks.ts +++ b/src/resources/webhooks.ts @@ -291,7 +291,7 @@ interface InvoiceEditedEvent extends InvoiceEvent { total?: string; discounts?: Array; minimum?: Invoice.Minimum; - line_items?: Array; + line_items?: Array; }; }; }