interface Register {
    id: number;
    name: ListOfRegisterName;
}

Properties

Properties

id: number