Interface ApkInstalledPackageInfo

interface ApkInstalledPackageInfo {
    directories: string[];
    files: string[];
    packageName?: string;
}

Properties

directories: string[]
files: string[]
packageName?: string

Generated using TypeDoc