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
/
statusResponse.d.ts
9 lines
(8 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Status
}
from
'./status'
;
import
{
Issue
}
from
'./issue'
;
export
interface
StatusResponse
{
status
:
Status
;
issues
:
Array
<
Issue
>; }
export
declare
namespace
StatusResponse
{ }