UNPKG
@bd-innovations/abstract-section
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
0.7.5
0.7.4
0.7.4-a
0.7.3
0.7.2
0.7.1
0.7.0
0.6.1-a
0.6.0-c
0.6.0-b
0.6.0-a
0.5.2
0.5.1
0.5.1-c
0.5.1-b
0.5.1-a
0.5.0
0.4.12
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.3.19
0.3.18
0.3.17
0.3.16
0.3.15
0.3.14
0.3.13
0.3.12
0.3.11
0.3.10
0.3.9
0.3.8
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
A bunch of abstract logic for the section
bitbucket.org/bddevteam83/abstract-section
@bd-innovations/abstract-section
/
lib
/
abstract-section
/
config
/
response-type.enum.d.ts
16 lines
(15 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** *
@deprecated
* */
export
declare
enum
ResponseTypeEnum
{ all =
"all"
, paginated =
"paginated"
,
/** *
@deprecated
*/
paginated_post =
"post"
,
/** *
@deprecated
*/
paginated_path =
"path"
}