mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use camel case
This commit is contained in:
parent
4969391d4c
commit
158a75807c
1 changed files with 3 additions and 3 deletions
|
|
@ -62,9 +62,9 @@ export enum PageType {
|
|||
Unknown = 'UNKNOWN',
|
||||
Website = 'WEBSITE',
|
||||
Highlights = 'HIGHLIGHTS',
|
||||
TWEET = 'TWEET',
|
||||
VIDEO = 'VIDEO',
|
||||
IMAGE = 'IMAGE',
|
||||
Tweet = 'TWEET',
|
||||
Video = 'VIDEO',
|
||||
Image = 'IMAGE',
|
||||
}
|
||||
|
||||
export enum ArticleSavingRequestStatus {
|
||||
|
|
|
|||
Loading…
Reference in a new issue