Skip to content

Commit

Permalink
fix(users): fix user roles staff declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsob committed Jun 24, 2019
1 parent e0dba14 commit 58c41a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v0/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export interface User {
id?: string
}

export type UserRoles = 'admin' | 'manager' | 'serviceaccount' | 'franchisee' | 'franchise | staff'
export type UserRoles = 'admin' | 'manager' | 'serviceaccount' | 'franchisee' | 'franchise' | 'staff'

export interface User {
user: {
Expand Down

0 comments on commit 58c41a9

Please sign in to comment.