User
Stock Screening Platform - Frontend API v0.1.0
Stock Screening Platform - Frontend API / types / User
Interface: User
Defined in: src/types/index.ts:2
Properties
id
id:
string
Defined in: src/types/index.ts:3
email
email:
string
Defined in: src/types/index.ts:4
name
name:
string
Defined in: src/types/index.ts:5
tier
tier:
"free"|"basic"|"premium"
Defined in: src/types/index.ts:6
is_active
is_active:
boolean
Defined in: src/types/index.ts:7
email_verified
email_verified:
boolean
Defined in: src/types/index.ts:8
email_verified_at
email_verified_at:
string|null
Defined in: src/types/index.ts:9
created_at
created_at:
string
Defined in: src/types/index.ts:10