Interface ApplicationExecutable

interface ApplicationExecutable {
    isLauncher: boolean;
    name: string;
    os: "android" | "ios" | "windows" | "osx" | "linux" | "playstation" | "xbox" | "unknown";
}

Properties

Properties

isLauncher: boolean
name: string
os: "android" | "ios" | "windows" | "osx" | "linux" | "playstation" | "xbox" | "unknown"