UNPKG

intervention-pages

Version:
12 lines (11 loc) 259 B
export class PartnerStaffMember { constructor() { this.id = null; this.first_name = ''; this.last_name = ''; this.active = true; this.title = ''; this.email = ''; this.phone = ''; } }