Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit a2f736e

Browse files
feat: subscription relationships (#918)
1 parent 5da6acd commit a2f736e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/types/subscriptions.d.ts

+8
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ export interface SubscriptionBase {
4444
updated_at: string
4545
created_at: string
4646
},
47+
relationships: {
48+
subscriber: {
49+
data: {
50+
id: string,
51+
type: 'subscription_subscriber'
52+
}
53+
}
54+
}
4755
meta: {
4856
owner: string,
4957
status: 'active' | 'inactive'

0 commit comments

Comments
 (0)