interface GetAppVersionParams {
    appId: number;
    version: number;
}

Properties

Properties

appId: number
version: number