// Copyright 2026 Signal Messenger, LLC // SPDX-License-Identifier: AGPL-3.0-only export enum AppViewType { Blank = 'Blank', Inbox = 'Inbox', Installer = 'Installer', Standalone = 'Standalone', }