Node.js SDKTypes
Shared Types
Node.js SDK - Shared type definitions
ImageContentType
Accepted image/document MIME types for file uploads.
type ImageContentType =
| 'image/png'
| 'image/jpeg'
| 'image/tiff'
| 'image/webp'
| 'application/pdf';Pagination
Pagination metadata from the API.
PaginatedResponse
Generic paginated response wrapper.
RateLimitInfo
Rate limit information extracted from API response headers.
QuotaExceededInfo
Quota exceeded details returned in 429 responses.
ErrorDetail
Error detail from an API error response.