lib/types.ts (1 lines of code) (raw):

// These are the same strings that the experimenter API uses to determine which // endpoint to hit. XXX we should use our own ID and put this in // PlatformInfo in case Nimbus changes its strings. export type Platform = "fenix" | "ios" | "firefox-desktop";