@nexim/upload-sdk
Version:
TypeScript SDK for seamless integration with Nexim Media Upload Service. It provides state machine-based upload handling, progress tracking, and type-safe API for image optimization and file uploads.
40 lines (20 loc) • 641 B
Markdown
[@nexim/upload-sdk](../README.md) / UploadFileMachineOptions
# Type Alias: UploadFileMachineOptions
> **UploadFileMachineOptions** = `object`
Configuration options for initializing an UploadFileMachine instance.
## Properties
### apiEndpoint
> **apiEndpoint**: `string`
API endpoint URL for upload requests
### authHeader
> **authHeader**: `string`
Authorization header value for API requests
### description
> **description**: `string`
Description of the file for maintenance purposes
### pathWithoutExtension
> **pathWithoutExtension**: `string`
Path where the file will be saved, without the file extension