UNPKG

@trophyso/node

Version:
7 lines (6 loc) 255 B
/** The status of the pause. */ export declare const AdminStreakPauseStatus: { readonly Active: "active"; readonly Archived: "archived"; }; export type AdminStreakPauseStatus = (typeof AdminStreakPauseStatus)[keyof typeof AdminStreakPauseStatus];