UNPKG

@vendasta/store

Version:

Components and data for Store

13 lines (12 loc) 267 B
export interface Salesperson { salesPersonId: string; firstName: string; lastName: string; formattedName: string; city: string; state: string; email: string; mainPhoneNumber: string; jobTitle: string; photoUrlSecure: string; }