Are you an LLM? You can read better optimized documentation at /api/engines/types/components/interface-engine-options.md for this page in Markdown format
EngineOptions
@tsed/engines
Usage
typescript
import { EngineOptions } from "@tsed/engines";Overview
ts
interface EngineOptions {
cache?: boolean;
[otherOptions: string]: any;
}cache
ts
cache?: boolean;[otherOptions: string]
ts
[otherOptions: string]: any;