UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

5 lines 146 B
/** * The AutoMod level of severity. */ export type EventSubAutoModLevel = 0 | 1 | 2 | 3 | 4; //# sourceMappingURL=EventSubAutoModLevel.d.ts.map