Skip to content

Commit b1e9ade

Browse files
authored
feat: add user subscription unit amount (#574)
1 parent e8b2356 commit b1e9ade

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/UserService.ts

+5
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ export type SubscriptionInfo = {
132132
* State of the subscription
133133
*/
134134
state: SubscriptionState;
135+
136+
/**
137+
* Price of subscription
138+
*/
139+
unitAmount?: number | null;
135140
};
136141

137142
export type SubscriptionSeat = {

0 commit comments

Comments
 (0)