[**@sora-soft/framework API Reference v2.0.0**](../README.md)

***

[@sora-soft/framework API Reference](../globals.md) / INodeOptions

# Interface: INodeOptions

Defined in: [packages/framework/src/interface/config.ts:8](https://github.com/sora-soft/sora-node/blob/b502ee5b534689cc7d2350abf8d8b0ff780961fe/packages/framework/src/interface/config.ts#L8)

## Extends

- [`IServiceOptions`](IServiceOptions.md)

## Properties

### alias?

> `readonly` `optional` **alias?**: `string`

Defined in: [packages/framework/src/interface/config.ts:19](https://github.com/sora-soft/sora-node/blob/b502ee5b534689cc7d2350abf8d8b0ff780961fe/packages/framework/src/interface/config.ts#L19)

#### Inherited from

[`IServiceOptions`](IServiceOptions.md).[`alias`](IServiceOptions.md#alias)

***

### labels?

> `readonly` `optional` **labels?**: [`ILabels`](ILabels.md)

Defined in: [packages/framework/src/interface/config.ts:15](https://github.com/sora-soft/sora-node/blob/b502ee5b534689cc7d2350abf8d8b0ff780961fe/packages/framework/src/interface/config.ts#L15)

#### Inherited from

[`IServiceOptions`](IServiceOptions.md).[`labels`](IServiceOptions.md#labels)
