Skip to content

Commit

Permalink
refactor: set user betaFlags typing to be stricter to be empty object
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Sep 3, 2020
1 parent 8deb4a0 commit 6c5b664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface IUser {
agency: IAgencySchema['_id']
contact?: string
created?: Date
betaFlag?: Record<string, unknown>
betaFlag?: Record<string, never>
_id?: Document['_id']
}

Expand Down

0 comments on commit 6c5b664

Please sign in to comment.