Variable AppInfoConst

AppInfo: ObjectSchema<{
    app_desktop_path: StringSchema<undefined>;
    app_path_exe: NullableSchema<StringSchema<undefined>, never>;
    icon_path: NullableSchema<StringSchema<undefined>, never>;
    name: StringSchema<undefined>;
}, undefined> = ...