UNPKG
@redox-contrib/models
Version:
latest (0.2.0)
0.2.0
0.1.0
Typescript definitions for the Redox API.
github.com/redox-contrib/models
redox-contrib/models
@redox-contrib/models
/
common
/
InsurancePlan.d.ts
6 lines
(5 loc)
•
154 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
Identifier
}
from
'./Identifier'
;
export
interface
InsurancePlan
extends
Identifier
{
Name
?:
string
|
null
;
Type
?:
string
|
null
; }