/** * This is auto-generated file, don't modify this file manually */ /** * Application type */ export declare type AppsAppType = 'app' | 'game' | 'site' | 'standalone' | 'vk_app' | 'community_app' | 'html5_game' | 'mini_app';