mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-26 04:14:56 +00:00
7 lines
163 B
TypeScript
7 lines
163 B
TypeScript
import { AdminInformPath } from './inform';
|
|
import type { OpenAPIPath } from '../../../type';
|
|
|
|
export const AdminUserPath: OpenAPIPath = {
|
|
...AdminInformPath
|
|
};
|