mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 18:20:24 -05:00
Docs: remove account type reference (#6106)
This commit is contained in:
committed by
GitHub
parent
b307cbc7ea
commit
717a7db9e7
@@ -157,12 +157,6 @@ export let objects = {
|
|||||||
account: [
|
account: [
|
||||||
{ name: 'id', type: types.id },
|
{ name: 'id', type: types.id },
|
||||||
{ name: 'name', type: 'string', required: true },
|
{ name: 'name', type: 'string', required: true },
|
||||||
{
|
|
||||||
name: 'type',
|
|
||||||
type: 'string',
|
|
||||||
required: true,
|
|
||||||
description: 'Must be a valid type. See notes below.',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'offbudget',
|
name: 'offbudget',
|
||||||
type: 'bool',
|
type: 'bool',
|
||||||
|
|||||||
6
upcoming-release-notes/6106.md
Normal file
6
upcoming-release-notes/6106.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
category: Maintenance
|
||||||
|
authors: [MatissJanis]
|
||||||
|
---
|
||||||
|
|
||||||
|
Docs: remove account type reference
|
||||||
Reference in New Issue
Block a user