Files
FastGPT/packages/global/common/tsRest/fastgpt/contracts/chat/index.ts
伍闲犬 bd33873fcf feat: integrate ts-rest (#5741)
* feat: integrate ts-rest

* chore: classify core contract and pro contract

* chore: update lockfile

* chore: tweak dir structure

* chore: tweak dir structure
2025-10-13 16:35:56 +08:00

7 lines
151 B
TypeScript

import { settingContract } from './setting';
import { c } from '../../../init';
export const chatContract = c.router({
setting: settingContract
});