import { Path } from "./Path"; export class DetailsMember { value: number; address: string; path: Path; }