export const enum PlatformClassifier { WINDOWS = 'Windows', LINUX = 'Linux', APPLE = 'Apple', OTHER = 'Other', }