Skip to content

BinaryFormatConfig

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:614

extensions: string[]

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:622

List of allowed extensions for this type (without leading dot).


optional maxSize?: number

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:626

Maximum file size in bytes. Defaults to 10MB when omitted.


optional mimeTypes?: Record<string, string>

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:630

Optional MIME type overrides for extensions not in the default mapping.


type: BinaryFormatType

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/types.d.ts:618

The type/category of binary format.