interface Anchor {
    hash: string;
    url: string;
}

Properties

Properties

hash: string
url: string