import { AdminUserPath } from './user'; import type { OpenAPIPath } from '../../type'; export const AdminSupportPath: OpenAPIPath = { ...AdminUserPath };