mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-18 21:59:06 +01:00
10 lines
205 B
TypeScript
10 lines
205 B
TypeScript
// Copyright 2026 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
export enum AppViewType {
|
|
Blank = 'Blank',
|
|
Inbox = 'Inbox',
|
|
Installer = 'Installer',
|
|
Standalone = 'Standalone',
|
|
}
|