FastGPT/packages/global/openapi/admin/support/user/index.ts
2025-12-24 17:10:01 +08:00

7 lines
163 B
TypeScript

import { AdminInformPath } from './inform';
import type { OpenAPIPath } from '../../../type';
export const AdminUserPath: OpenAPIPath = {
...AdminInformPath
};