> ## Documentation Index
> Fetch the complete documentation index at: https://terminal49-mintlify-8f0cde31.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Type Alias: ResponseFormat

> ResponseFormat type alias in the Terminal49 TypeScript SDK, controlling whether methods return raw JSON:API responses, mapped models, or both for each request.

# Type Alias: ResponseFormat

> **ResponseFormat** = `"raw"` | `"mapped"` | `"both"`

Controls how SDK methods return API responses.
