UNPKG
subscriptions
Version:
latest (1.0.0-beta.5-17)
1.0.0-beta.5-9
1.0.0-beta.5-8
1.0.0-beta.5-7
1.0.0-beta.5-6
1.0.0-beta.5-5
1.0.0-beta.5-17
1.0.0-beta.5-16
1.0.0-beta.5-15
1.0.0-beta.5-14
1.0.0-beta.5-13
1.0.0-beta.5-12
1.0.0-beta.5-11
1.0.0-beta.5-10
SLB
subscriptions
/
src
/
store
/
subscriptions.model.d.ts
6 lines
(5 loc)
•
103 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
Subscription
{
productId
:
string
;
title
:
string
;
expiration
:
Date
; }