UNPKG
apim-developer-portal4
Version:
latest (4.0.0)
4.0.0
API management developer portal
apim-developer-portal4
/
custom-reports
/
widgets
/
reports-byApi
/
reportsByApiContract.ts
10 lines
(9 loc)
•
286 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Contract
}
from
"@paperbits/common"
;
/** * Data contact (data layer) that defines how widget configuration gets persisted. */
export
interface
ReportsByApiContract
extends
Contract
{
pageSize
:
number
;
customFilterStartTime
:
string
;
customFilterEndTime
:
string
; }