7 lines
196 B
TypeScript
7 lines
196 B
TypeScript
import {ApiCall} from "tsrpc";
|
|
import {ReqSendPrize, ResSendPrize} from "../../monopoly/protocols/gm/PtlSendPrize";
|
|
|
|
export default async function (call: ApiCall<ReqSendPrize, ResSendPrize>) {
|
|
|
|
|
|
} |