Introduction
Migration
Appearance
import { EngineOptions } from "@tsed/engines";
See /packages/engines/src/types/components/Engine.ts.
interface EngineOptions { cache?: boolean; [otherOptions: string]: any; }
cache?: boolean;
[otherOptions: string]: any;