Skip to content

Commit ffbb951

Browse files
committed
fix: relationships
1 parent bbf75c2 commit ffbb951

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

types/events.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ export type ApplicationEvents = ApplicationApproved | ApplicationCanceled | Appl
5959

6060
export type ApplicationApproved = BaseEvent & {
6161
type: "application.approved"
62-
relationships: {
63-
application: Relationship
64-
}
62+
relationships: BaseEventRelationships
6563
}
6664

6765
export type ApplicationCanceled = BaseEvent & {

0 commit comments

Comments
 (0)