pydantic-to-typescript
pydantic-to-typescript copied to clipboard
Added by_alias
Resolves #2.
Allows you to select whether you want the generated model to use the public-facing model property (by_alias=False, default) or the aliased field name (by_alias=True).