jan/server/v1/models/modelOp.ts
2023-12-01 23:02:35 +07:00

11 lines
241 B
TypeScript

import {FastifyRequest, FastifyReply} from 'fastify'
export async function startModel(req: FastifyRequest, res: FastifyReply): Promise<void> {
}
export async function stopModel(req: FastifyRequest, res: FastifyReply): Promise<void> {
}