interface SoftwareVersion {
    appName: string;
    number: number;
}

Properties

Properties

appName: string
number: number