UNPKG
fluig-types
Version:
latest (0.0.3)
1.0.0
0.0.3
0.0.2
0.0.1
Totvs Fluig Types for Typescript
github.com/gabrielgnsilva/fluig-types
gabrielgnsilva/fluig-types
fluig-types
/
src
/
types
/
APIs
/
dataset.d.ts
10 lines
(8 loc)
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** @format */
interface RESTConstraint { constraintsField: string; constraintsInitialValue: string; constraintsFinalValue: string; constraintsType:
'MUST'
|
'SHOULD'
|
'MUST_NOT'
|
'SHOULD_NOT'
; constraintsLikeSearch:
'false'
|
'true'
; }