UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

5 lines 197 B
/** * The status of the resolved AutoMod message. */ export type EventSubAutoModResolutionStatus = 'approved' | 'denied' | 'expired'; //# sourceMappingURL=EventSubAutoModResolutionStatus.d.ts.map