UNPKG
apim-developer-portal4
Version:
latest (4.0.0)
4.0.0
API management developer portal
apim-developer-portal4
/
src
/
contracts
/
armResource.ts
6 lines
•
106 B
text/typescript
View Raw
1
2
3
4
5
6
export
interface
ArmResource
{
id
:
string
;
type
?:
string
;
name
:
string
;
properties
:
any
; }