Interface IRelease

    interface IRelease {
        appImage: string;
        dmg: string;
        exe: string;
        version: string;
    }

    Properties

    Properties

    appImage: string
    dmg: string
    exe: string
    version: string

    Generated using TypeDoc and TypeDoc Airthium Plugin