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

