interface HostingOption {
    id: string;
    name: string;
}

Properties

Properties

id: string

Option ID.

name: string

Option name.