/** * * `web` - Web * * `action` - Action */ export declare enum AppTypeEnum { WEB = "web", ACTION = "action" }