import { FormData } from "@/data/formData.js"; interface StoreData { formData: FormData; } export class Store { ...
確定! 回上一頁