This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: update typescript types

+8
+8
types.ts
··· 48 48 * Type of event that triggered the notification 49 49 */ 50 50 export enum Event { 51 + BookingPaid = "booking_paid", 51 52 CommentReply = "comment_reply", 53 + ContributionPaid = "contribution_paid", 54 + Custom = "custom", 55 + GodchildAccepted = "godchild_accepted", 56 + GodchildRejected = "godchild_rejected", 52 57 GodchildRequest = "godchild_request", 58 + LoginStuck = "login_stuck", 53 59 NewComment = "new_comment", 54 60 NewPost = "new_post", 55 61 NewTicket = "new_ticket", 62 + PendingSignup = "pending_signup", 63 + Test = "test", 56 64 }