diff --git a/src/types.ts b/src/types.ts index 47033df..4ea6f6b 100644 --- a/src/types.ts +++ b/src/types.ts @@ -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 }