interface Alias {
    huri: string;
    name?: string;
}

Properties

Properties

huri: string

huri to the aliased payload

name?: string

canonical name (ex. network.xyo.example)