Invoice Type — supabase Architecture
Architecture documentation for the Invoice type/interface in Invoices.types.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Billing/Invoices.types.ts lines 9–15
export type Invoice = {
id: string
number: string
period_end: number
subtotal: number
status: InvoiceStatus
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free