Interface RawApplicationExecutable

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

Properties

Properties

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