Interface Alias

interface Alias {
    type: "alias";
    value: string;
}

Properties

Properties

type: "alias"
value: string