type Permission = 'geolocation' | 'media' | 'midi' | 'notifications' | 'openExternal'; export type { Permission };