import { ApiCall } from "tsrpc"; import { Reqdeploy, Resdeploy } from "../../monopoly/protocols/games/Ptldeploy"; export default async function (call: ApiCall) { // TODO call.error('API Not Implemented'); }