We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf75c2 commit ffbb951Copy full SHA for ffbb951
types/events.ts
@@ -59,9 +59,7 @@ export type ApplicationEvents = ApplicationApproved | ApplicationCanceled | Appl
59
60
export type ApplicationApproved = BaseEvent & {
61
type: "application.approved"
62
- relationships: {
63
- application: Relationship
64
- }
+ relationships: BaseEventRelationships
65
}
66
67
export type ApplicationCanceled = BaseEvent & {
0 commit comments