transformInformation
@tsed/schema
Usage
typescript
import { transformInformation } from "@tsed/schema";Overview
ts
function transformInformation(server: any): {
host: string | undefined;
basePath: string;
schemes: string[] | undefined;
};host
ts
host: string | undefined;basePath
ts
basePath: string;schemes
ts
schemes: string[] | undefined;