Browse
For agents
About
Leadpages
/
1.1.2
Leadpages
v1.1.2
Switch version
1.3.0
1.2.1
1.2.2
1.2.3
trunk
1.0.0
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.2.0
Overview
Code
leadpages
/
src
/
types
/
table.ts
table.ts
in Leadpages 1.1.2, at src/types/table.ts
4 lines
137 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
export
type
OrderBy
=
'
name
'
|
'
date
'
;
2
export
type
Direction
=
'
asc
'
|
'
desc
'
;
3
export
type
Status
=
'
published
'
|
'
unpublished
'
|
'
all
'
;
4