UNPKG

@roit/roit-model-mapper

Version:

ROIT model mapper makes it easy to convert any object or JSON to the model

11 lines (7 loc) 211 B
import { JsonProperty } from "../JsonProperty"; export class Address { country: string = undefined city: string = undefined @JsonProperty("street_address") streetAddress: string = undefined }