export interface ClimbingGym {
    gym_id: number;
    name: string;
    city: string;
    verified: boolean;
}