UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

5 lines 235 B
/** * The status set for the suspicious user. */ export type EventSubChannelSuspiciousUserLowTrustStatus = 'no_treatment' | 'active_monitoring' | 'restricted'; //# sourceMappingURL=EventSubChannelSuspiciousUserLowTrustStatus.d.ts.map