Skip to content

BinaryFormatConfig

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

extensions: string[]

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

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:755

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:759

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:747

The type/category of binary format.