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

***

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

# Interface: IServiceOptions

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

## Extends

- [`IWorkerOptions`](IWorkerOptions.md)

## Extended by

- [`INodeOptions`](INodeOptions.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

[`IWorkerOptions`](IWorkerOptions.md).[`alias`](IWorkerOptions.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)
