diff --git a/src/types/onyx/Account.ts b/src/types/onyx/Account.ts index 5b9470c6ca6f..67ff12c74150 100644 --- a/src/types/onyx/Account.ts +++ b/src/types/onyx/Account.ts @@ -36,9 +36,6 @@ type Account = { /** The message to be displayed when code requested */ message?: string; - /** Accounts that are on a domain with an Approved Accountant */ - doesDomainHaveApprovedAccountant?: boolean; - /** Form that is being loaded */ loadingForm?: ValueOf;