export interface GoToStationHomeResponse { success: boolean; timestamp: string; } export type GoToStationHome = () => Promise;