> ## Documentation Index
> Fetch the complete documentation index at: https://docs.smokeball.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SubTasks

[**@smokeballdev/smokeball-client-sdk**](./../../../../README)

***

# Interface: SubTask

The task entity from Smokeball.

## Properties

### completedByStaffId

> **completedByStaffId**: `string`

Completed by Staff id.

***

### completedDate

> **completedDate**: `string`

Completed date

***

### createdByStaffId

> **createdByStaffId**: `string`

Created by Staff id.

***

### createdDate

> **createdDate**: `string`

Created date

***

### id

> **id**: `string`

SubTask id.

***

### isCompleted

> **isCompleted**: `boolean`

True when the task is completed.

***

### isDeleted

> **isDeleted**: `boolean`

True when the task is deleted.

***

### lastUpdated

> **lastUpdated**: `number`

Last updated timestamp.

***

### lastUpdatedByStaffId

> **lastUpdatedByStaffId**: `string`

Last Updated by Staff id.

***

### parentTaskId

> **parentTaskId**: `string`

Parent Task id.

***

### subject

> **subject**: `string`

Short description of the task.
