export type TPlatformSafari = 10;
export type TPlatformChrome = 11;
export type TPlatformFirefox = 12;
export type TPlatformEdge = 150;
export type TPlatform = TPlatformSafari | TPlatformChrome | TPlatformFirefox;
export type TFormFactor = 'MOBILE' | 'DESKTOP';
