models/account

Types

pub type Account {
  Account(
    id: account_id.AccountId,
    email: option.Option(String),
    token: option.Option(String),
    created_at: birl.Time,
  )
}

Constructors

Values

Search Document