import type * as Merge from "../../../index"; /** * The account's broadest grouping. * * * `ASSET` - ASSET * * `EQUITY` - EQUITY * * `EXPENSE` - EXPENSE * * `LIABILITY` - LIABILITY * * `REVENUE` - REVENUE */ export type AccountRequestClassification = Merge.accounting.ClassificationEnum | string;