[gs-longan](../README.md) / WorkResult

# Class: WorkResult

## Table of contents

### Constructors

- [constructor](WorkResult.md#constructor)

### Properties

- [data](WorkResult.md#data)
- [type](WorkResult.md#type)

## Constructors

### constructor

• **new WorkResult**(`type`, `data`): [`WorkResult`](WorkResult.md)

#### Parameters

| Name | Type |
| :------ | :------ |
| `type` | [`WorkType`](../enums/WorkType.md) |
| `data` | `any` |

#### Returns

[`WorkResult`](WorkResult.md)

## Properties

### data

• **data**: `any`

___

### type

• **type**: [`WorkType`](../enums/WorkType.md)
