UNPKG

@twurple/common

Version:

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

9 lines 253 B
/** * The possible lengths of a channel commercial. */ export type CommercialLength = 30 | 60 | 90 | 120 | 150 | 180; /** * The type of a user. */ export type HelixUserType = 'staff' | 'admin' | 'global_mod' | ''; //# sourceMappingURL=types.d.ts.map