Are you an LLM? You can read better optimized documentation at /api/specs/schema/types/utils/function-get-generics-options.md for this page in Markdown format
getGenericsOptions
@tsed/schema
Usage
typescript
import { getGenericsOptions } from "@tsed/schema";Overview
ts
function getGenericsOptions(value: JsonSchema, options: JsonSchemaOptions): {
generics: import("@tsed/schema").GenericsMap | undefined;
mapper: string;
};Description
Resolve generic bindings and the mapper strategy associated with their origin.
generics: import
ts
generics: import("@tsed/schema").GenericsMap | undefined;mapper
ts
mapper: string;