UNPKG

@mrmory/bggclient

Version:

Javascript client to interact with BoardGameGeek public XML API based on boardgamegeekjsclient

8 lines (7 loc) 227 B
import { JsonAlias, JsonClassType, JsonProperty } from "jackson-js"; export class BggGuildMemberDto { @JsonProperty() @JsonClassType({ type: () => [String] }) @JsonAlias({ values: ["@_name"] }) name!: string; }