Files
FastGPT/packages/global/common/tsRest/fastgpt/contracts/support/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
142 B
TypeScript

import { userContract } from './user';
import { c } from '../../../init';
export const supportContract = c.router({
user: userContract
});