import type { ApplicationDetails } from './ApplicationDetails'; export interface Pong { pong: boolean; auth: ApplicationDetails; }