Skip to content

Commit

Permalink
remove deprecated types from IAccountInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
altaywtf committed Oct 24, 2022
1 parent 364c072 commit 30894ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/resources/Account/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,9 @@ export interface IAccountInfo {
is_admin: boolean
is_eligible_for_friend_invitation: boolean
is_invited_friend: boolean
is_sharing_enabled: boolean
is_sub_account: boolean
mail: string
monthly_bandwidth_usage: number
oauth_token_id: number
pas?: { user_hash: string }
password_last_changed_at: string | null
plan_expiration_date: string
Expand Down

0 comments on commit 30894ca

Please sign in to comment.