> ## 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.

# Files

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

***

# Interface: FileDetails

## Properties

### AdditionalData

> **AdditionalData**: [`KeyValuePair`](./KeyValuePair)\[]

Additional data.

***

### dateCreated

> **dateCreated**: `Date`

Date file was created.

***

### dateModified

> **dateModified**: `Date`

Date file was last modified.

***

### fileExtension

> **fileExtension**: `string`

Extension of the file

***

### fileId

> **fileId**: `string`

File id.

***

### folderId

> **folderId**: `string`

Folder id, if any.

***

### name

> **name**: `string`

Name of the file, excluding file extension.

***

### ownerId

> **ownerId**: `string`

Owner id.

***

### sizeBytes

> **sizeBytes**: `number`

Size of the file.
