Variable AppInfoConst

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