Add business nickname support across app and API

This commit is contained in:
2025-08-11 01:50:20 -04:00
parent 93ffdf3c86
commit a680f89a46
19 changed files with 308 additions and 1193 deletions
+1
View File
@@ -26,6 +26,7 @@ export interface InvoiceWithRelations extends Invoice {
business: {
id: string;
name: string;
nickname: string | null;
email: string | null;
} | null;
invoiceItems: Array<{