AboutSupportDeveloper GuideVersion 41.129.83.3
interface AppVersionRuntimeInfo {
    error: null | string;
    exists: null | boolean;
    healthCheck: null | boolean;
    reachable: null | boolean;
    version: null | string;
    writeAccess: null | boolean;
}

Properties

error: null | string
exists: null | boolean
healthCheck: null | boolean
reachable: null | boolean
version: null | string
writeAccess: null | boolean