From 0542424c8d2a82f90cb2c6cc80d4c54c0487145f Mon Sep 17 00:00:00 2001 From: Daniel Fischer Date: Mon, 24 Apr 2023 23:29:28 +0200 Subject: [PATCH] update channel goal type list for helix --- packages/api/src/interfaces/endpoints/goal.external.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/api/src/interfaces/endpoints/goal.external.ts b/packages/api/src/interfaces/endpoints/goal.external.ts index 84a9f67ab..082011266 100644 --- a/packages/api/src/interfaces/endpoints/goal.external.ts +++ b/packages/api/src/interfaces/endpoints/goal.external.ts @@ -1,4 +1,9 @@ -export type HelixGoalType = 'follower' | 'subscription' | 'subscription_count' | 'new_subscription_count'; +export type HelixGoalType = + | 'follower' + | 'subscription' + | 'subscription_count' + | 'new_subscription' + | 'new_subscription_count'; /** @private */ export interface HelixGoalData {