Skip to content

Commit

Permalink
Add sessionToken and expiresAt to registerFeedback
Browse files Browse the repository at this point in the history
  • Loading branch information
figueredo committed Jul 18, 2024
1 parent d74eabf commit cfe6ef6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,14 @@ export type RegisterFeedbackBodyProps = {
event: string
accountId?: string
installationId?: string
sessionToken?: string
loginId?: string
paymentId?: string
signupId?: string
/** @deprecated use occurredAt instead */
timestamp?: number
occurredAt?: Date
expiresAt?: Date
[x: string]: any
}

Expand Down

0 comments on commit cfe6ef6

Please sign in to comment.