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

# FileMimeType

> Possible MIME types for files.

## Values

| Value           | Description                                                                                          |
| --------------- | ---------------------------------------------------------------------------------------------------- |
| `DOCUMENT_DOC`  | Represents the `application/msword` MIME type.                                                       |
| `DOCUMENT_DOCX` | Represents the `application/vnd.openxmlformats-officedocument.wordprocessingml.documents` MIME type. |
| `DOCUMENT_PDF`  | Represents the `application/pdf` MIME type.                                                          |
| `IMAGE_HEIC`    | Represents the `image/heic` MIME type.                                                               |
| `IMAGE_JPEG`    | Represents the `image/jpeg` MIME type.                                                               |
| `IMAGE_PNG`     | Represents the `image/png` MIME type.                                                                |
| `IMAGE_TIFF`    | Represents the `image/tiff` MIME type.                                                               |

## Used by

* [`stagedFileUploadCreate`](/lender-api/reference/mutations/files/staged-file-upload-create) (mutation)
