PrivateUser
This commit is contained in:
parent
142feaffff
commit
f74af0f5b7
|
@ -12,3 +12,11 @@ export type User = {
|
|||
}
|
||||
|
||||
export const STARTING_BALANCE = 1000
|
||||
export const SUS_STARTING_BALANCE = 10 // for sus users, i.e. multiple sign ups for same person
|
||||
|
||||
export type PrivateUser = {
|
||||
email?: string
|
||||
unsubscribedFromResolutionEmails?: boolean
|
||||
initialDeviceToken?: string
|
||||
initialIpAddress?: string
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user