mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2026-05-08 09:38:55 -04:00
Add business nickname support across app and API
This commit is contained in:
@@ -26,6 +26,7 @@ export interface InvoiceWithRelations extends Invoice {
|
||||
business: {
|
||||
id: string;
|
||||
name: string;
|
||||
nickname: string | null;
|
||||
email: string | null;
|
||||
} | null;
|
||||
invoiceItems: Array<{
|
||||
|
||||
Reference in New Issue
Block a user