Skip to content

Commit

Permalink
update channel goal type list for helix
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fischer committed Apr 24, 2023
1 parent 03e386b commit 0542424
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 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 {
Expand Down

0 comments on commit 0542424

Please sign in to comment.