mirror of
https://github.com/ente-io/ente.git
synced 2025-08-07 23:18:10 +00:00
Add a new type
This commit is contained in:
parent
17acf4b3ee
commit
6d289d73db
@ -1,5 +1,11 @@
|
||||
import { ACCOUNTS_PAGES, AUTH_PAGES, PHOTOS_PAGES } from "../constants/pages";
|
||||
|
||||
/**
|
||||
* Arbitrary names that we used as keys for indexing various constants for each
|
||||
* of our apps.
|
||||
*/
|
||||
export type AppName = "account" | "albums" | "auth" | "photos";
|
||||
|
||||
export enum APPS {
|
||||
PHOTOS = "PHOTOS",
|
||||
AUTH = "AUTH",
|
||||
|
Loading…
x
Reference in New Issue
Block a user