@nexim/upload-types
Version:
TypeScript types and interfaces for Nexim Media Upload Service, including image preset configurations and file handling types
17 lines (12 loc) • 1.75 kB
Markdown
# @nexim/upload-types
## Interfaces
| Interface | Description |
| ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| [UploadImageClientConfig](interfaces/UploadImageClientConfig.md) | Client-side configuration for image processing. |
| [UploadImageFormat](interfaces/UploadImageFormat.md) | Configuration for image format and quality settings. |
| [UploadImagePreset](interfaces/UploadImagePreset.md) | Complete configuration preset for image upload and processing. Defines both client-side and server-side processing parameters. |
## Type Aliases
| Type Alias | Description |
| ---------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| [FileDetail](type-aliases/FileDetail.md) | Details about an uploaded file stored in the system. Includes common fields and type-specific fields using a discriminated union. |
| [UserAuth](type-aliases/UserAuth.md) | User authentication information used for validating upload requests. |