alpha
Login
or
Join now
gwen.works
/
churros-notella
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: update typescript types
author
Ewen Le Bihan
date
2 years ago
(Oct 31, 2024, 1:12 AM +0100)
commit
0f0d284f
0f0d284f0f592d6fd15980b9bb68d3bb9145dae2
parent
92b5e0a3
92b5e0a313c02c20812c0cfb0705e4d9802afcde
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
types.ts
+1
-1
types.ts
Reviewed
···
49
49
*/
50
50
export enum Event {
51
51
BookingPaid = "booking_paid",
52
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
61
-
NewTicket = "new_ticket",
62
62
PendingSignup = "pending_signup",
63
63
ShotgunClosesSoon = "shotgun_closes_soon",
64
64
ShotgunOpensSoon = "shotgun_opens_soon",