interface IWebApiRequestSettings {
    productName: string;
    productVersion: string;
}

Properties

productName: string
productVersion: string