Kind: Function
Source: atloria-monorepo/libs/parser-core/src/openapi/sdk-generator.ts
JSON Schema (our pipeline's subset) → TypeScript type expression.
Signature
tsfunction schemaToTsType(schema: JsonSchema | undefined, indent): string
Parameters
| Name | Type |
|---|---|
schema | `JsonSchema |
indent | any |
Returns: string
Was this page helpful?