import type * as Pinnacle from "../index.js"; export type ButtonClicked = /** * Data about a button that was clicked. */ Pinnacle.ButtonClickedData /** * User provided location. Occurs when recipient responds to `requestUserLocation` button and shares a location. */ | Pinnacle.LocationShareAction;