Interface RawApplicationExecutable

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

Properties

Properties

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