export interface PingResponse {
    meta: {
        id: string;
        statusEmoji: string;
    };
}
