import { action } from "typesafe-actions"; import { InventoryActionTypes, Inventory, InventoryState } from "./types"; export const fetchRequest = () => action( ...
確定! 回上一頁