Skip to content

Commit dcf08da

Browse files
authored
authorizedUserResource (#503)
1 parent 41def91 commit dcf08da

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

types/customerToken.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@ export interface CreateTokenRequest {
9595
ids: string[]
9696
}[]
9797
}
98+
relationships?: {
99+
authorizedUserResource?: {
100+
data: {
101+
type: "authorizedUserResource"
102+
id: string
103+
}
104+
}
105+
}
98106
}
99107

100108
/**

0 commit comments

Comments
 (0)