import { ApiCall } from "tsrpc"; import { ReqTest, ResTest } from "../shared/protocols/PtlTest"; export async function ApiTest(call: ApiCall) { let testSession = await call.getSession('testSession'); call.succ({ testSession: testSession }); }