Type alias DOBPersonV2

DOBPersonV2: {
    @type: "DOBPerson";
    birthDate: string;
}

Type declaration

  • @type: "DOBPerson"
  • birthDate: string