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