# AppPropertiesSchema

## Extends

- `AppPropertiesSchema`

### account?

```ts
optional account: AppPropertySchema;
```

#### Inherited from

```ts
bkper.AppPropertiesSchema.account
```

***

### book?

```ts
optional book: AppPropertySchema;
```

#### Inherited from

```ts
bkper.AppPropertiesSchema.book
```

***

### group?

```ts
optional group: AppPropertySchema;
```

#### Inherited from

```ts
bkper.AppPropertiesSchema.group
```

***

### transaction?

```ts
optional transaction: AppPropertySchema;
```

#### Inherited from

```ts
bkper.AppPropertiesSchema.transaction
```
