We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c0c57 commit 3824cedCopy full SHA for 3824ced
1 file changed
src/resolvers/projectNotifications.ts
@@ -39,6 +39,16 @@ interface CreateProjectNotificationsRuleMutationPayload {
39
* Available channels to receive
40
*/
41
channels: NotificationsChannelsDBScheme;
42
+
43
+ /**
44
+ * Threshold to receive notification
45
+ */
46
+ threshold: number;
47
48
49
+ * Period to receive notification
50
51
+ thresholdPeriod: number;
52
}
53
54
/**
0 commit comments