UNPKG

verificac19-sdk

Version:
10 lines (9 loc) 171 B
/** * The shape of a Person */ export interface Person { standardisedFamilyName: string; familyName: string; standardisedGivenName: string; givenName: string; }