Skip to content

SubscriptionOptions

1
type SubscriptionOptions<T>: object;

The options for creating a subscription.

Type parameters

Type parameterValue
T extends SubscriptionTypesSubscriptionTypes

Type declaration

MemberType
noncestring
optionsSubscriptionTypeOptions[T]
typeT

Source

twitchfy/packages/eventsub/src/types/SubscriptionOptions.ts:9