mirror of
https://github.com/standardebooks/web.git
synced 2025-07-22 07:14:59 -04:00
Add enum for view type and fix some type hints
This commit is contained in:
parent
7c8463d297
commit
8cc661015c
10 changed files with 20 additions and 30 deletions
|
@ -72,9 +72,6 @@ const HTTP_PUT = 3;
|
|||
const HTTP_DELETE = 4;
|
||||
const HTTP_HEAD = 5;
|
||||
|
||||
const VIEW_GRID = 'grid';
|
||||
const VIEW_LIST = 'list';
|
||||
|
||||
const AVERAGE_READING_WORDS_PER_MINUTE = 275;
|
||||
|
||||
const PAYMENT_CHANNEL_FA = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue