Void unattached invoice items when churning a tenant

This commit is contained in:
Jon Staab
2026-06-03 11:05:00 -07:00
parent 4dc8ea942d
commit ffb1491f00
6 changed files with 36 additions and 8 deletions
+1
View File
@@ -133,6 +133,7 @@ export type InvoiceItem = {
amount: number
description: string
created_at: number
voided_at: number | null
}
export type Bolt11 = {