export interface PingResponse {
    characters: string;
    locations: string;
    episodes: string;
}
