/**
 * Used to select types for browser API or extensions API
 */
export type Platform = 'server' | 'browser';
