Interface AppsAppMin

interface AppsAppMin {
    author_owner_id: number;
    background_loader_color: string;
    icon_139: string;
    icon_150: string;
    icon_278: string;
    icon_576: string;
    icon_75: string;
    id: number;
    is_installed: number | boolean;
    loader_icon: string;
    screen_orientation: number;
    title: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

author_owner_id: number

Application author's ID

background_loader_color: string

Hex color code without hash sign

icon_139: string

URL of the app icon with 139 px in width

icon_150: string

URL of the app icon with 150 px in width

icon_278: string

URL of the app icon with 278 px in width

icon_576: string

URL of the app icon with 576 px in width

icon_75: string

URL of the app icon with 75 px in width

id: number

Application ID

is_installed: number | boolean

Is application installed

loader_icon: string

SVG data

screen_orientation: number

Screen orientation

title: string

Application title

Generated using TypeDoc