export enum HackleSubscriptionStatus { SUBSCRIBED = 'SUBSCRIBED', UNSUBSCRIBED = 'UNSUBSCRIBED', UNKNOWN = 'UNKNOWN', }