Skip to content

Commit 3824ced

Browse files
committed
types(resolvers): update projectNotifications types for resolvers
1 parent 50c0c57 commit 3824ced

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/resolvers/projectNotifications.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ interface CreateProjectNotificationsRuleMutationPayload {
3939
* Available channels to receive
4040
*/
4141
channels: NotificationsChannelsDBScheme;
42+
43+
/**
44+
* Threshold to receive notification
45+
*/
46+
threshold: number;
47+
48+
/**
49+
* Period to receive notification
50+
*/
51+
thresholdPeriod: number;
4252
}
4353

4454
/**

0 commit comments

Comments
 (0)