import type { PersonId } from "./PersonId"; /** * Gets a registration application for a person */ export type GetRegistrationApplication = { person_id: PersonId; };