UNPKG
@sphereon/pex-models
Version:
latest (2.3.2)
2.3.2
2.3.1
2.3.0
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.6
2.1.5
2.1.4
2.1.4-unstable.1
2.1.4-unstable.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
2.0.2-unstable.0
2.0.1
2.0.0
2.0.0-unstable.2
2.0.0-unstable.0
1.2.2
1.2.1
1.2.0
1.1.0
Presentation Exchange v1 and v2 typescript models
Sphereon-Opensource/pex-openapi
@sphereon/pex-models
/
dist
/
model
/
presentationWrapper.d.ts
9 lines
(8 loc)
•
291 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Callback
}
from
'./callback'
;
import
{
PresentationSubmission
}
from
'./presentationSubmission'
;
import
{
Challenge
}
from
'./challenge'
;
export
interface
PresentationWrapper
{
presentation_submission
:
PresentationSubmission
;
challenge
:
Challenge
;
callback
:
Callback
; }