/**
 * 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