UNPKG

@twurple/common

Version:

Common functions used by the `@twurple` library family.

6 lines 220 B
import { type ChatEmoteData } from './ChatEmote.external'; /** @private */ export interface ChatEmoteWithSetData extends ChatEmoteData { emoticon_set: number; } //# sourceMappingURL=ChatEmoteWithSet.external.d.ts.map