PlatformViewsEngineOptions
@tsed/platform-views
Usage
typescript
import { PlatformViewsEngineOptions } from "@tsed/platform-views";
See /packages/platform/platform-views/src/types/domain/PlatformViewsSettings.ts.
Overview
ts
interface PlatformViewsEngineOptions extends Record<string, unknown> {
requires?: any;
}
requires
ts
requires?: any;