This repository has no description
0

Configure Feed

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

chore: update typescript types

+1 -1
+1 -1
types.ts
··· 49 49 */ 50 50 export enum Event { 51 51 BookingPaid = "booking_paid", 52 + ClearScheduledJobs = "clear_scheduled_jobs", 52 53 CommentReply = "comment_reply", 53 54 ContributionPaid = "contribution_paid", 54 55 Custom = "custom", ··· 58 59 LoginStuck = "login_stuck", 59 60 NewComment = "new_comment", 60 61 NewPost = "new_post", 61 - NewTicket = "new_ticket", 62 62 PendingSignup = "pending_signup", 63 63 ShotgunClosesSoon = "shotgun_closes_soon", 64 64 ShotgunOpensSoon = "shotgun_opens_soon",