Skip to content

Commit

Permalink
feat(staff): add locations to staff member interface
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsob committed Jul 10, 2019
1 parent af8ba6b commit 2cc7ff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v0/staff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export interface StaffMember {
discounts?: object
date_of_birth?: string | null
short_code?: number
locations?: string[]
default?: boolean
}

Expand Down

0 comments on commit 2cc7ff9

Please sign in to comment.