getGenericsOptions
@tsed/schema
Usage
typescript
import { getGenericsOptions } from "@tsed/schema";Overview
ts
function getGenericsOptions(value: JsonSchema, options: JsonSchemaOptions): {
generics: GenericsMap | undefined;
mapper: string;
};generics
ts
generics: GenericsMap | undefined;mapper
ts
mapper: string;