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

Properties

Properties

huri: string
name?: string