Type alias GenderPersonV2

GenderPersonV2: {
    @type: "GenderPerson";
    gender: string;
}

Type declaration

  • @type: "GenderPerson"
  • gender: string