export const PLATFORM = { IOS: 'ios', ANDROID: 'android', MAC: 'mac', } as const;