mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2026-02-05 08:16:31 -05:00
Add business nickname support across app and API
This commit is contained in:
@@ -20,6 +20,7 @@ interface InvoiceData {
|
||||
notes?: string | null;
|
||||
business?: {
|
||||
name: string;
|
||||
nickname?: string | null;
|
||||
email?: string | null;
|
||||
phone?: string | null;
|
||||
addressLine1?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user