[**refuel-sdk**](../../README.md)

***

[refuel-sdk](../../modules.md) / [types](../README.md) / ApplicationLabelResponse

# Interface: ApplicationLabelResponse\<T\>

Response from an application request

## Type Parameters

• **T** = [`ApplicationOutputSync`](ApplicationOutputSync.md) \| [`ApplicationOutputAsync`](ApplicationOutputAsync.md)

## Properties

### application\_id

> **application\_id**: `string`

Application ID

#### Defined in

[src/types.ts:166](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L166)

***

### application\_name

> **application\_name**: `string`

Application name

#### Defined in

[src/types.ts:169](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L169)

***

### refuel\_output

> **refuel\_output**: `T`[]

Output of the application

#### Defined in

[src/types.ts:172](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L172)
