# `@theorchard/accounting-apps-shared`

This package contains shared constants, types, utilities and components for the Accounting apps.

## Usage

### Utilities, Constants and Types

```ts
import { ABACUS_ACTION_STATUSES, ABACUS_ACTIONS } from '@theorchard/accounting-apps-shared';
import { getActionsByStatus } from '@theorchard/accounting-apps-shared';
import type { AbacusActionState } from '@theorchard/accounting-apps-shared';
```
