import { weatherReply } from "../weatherNotice.js"; import { ueuse } from "types/types.js"; export default function Weather(data: ueuse) { weatherReply(data.uniqid); }