mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
API Account Object (#6915)
* api change * docs * lint * release notes * spelling * [autofix.ci] apply automated fixes * spelling * whoopsie, thanks rabbit --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -161,6 +161,16 @@ export const objects = {
|
||||
</span>
|
||||
),
|
||||
},
|
||||
{
|
||||
name: 'balance_current',
|
||||
type: 'number | null',
|
||||
description: (
|
||||
<span>
|
||||
The current balance of the account as reported by bank sync. Can also
|
||||
be set manually. Defaults to <code>null</code>
|
||||
</span>
|
||||
),
|
||||
},
|
||||
],
|
||||
|
||||
category: [
|
||||
|
||||
Reference in New Issue
Block a user