mirror of
https://github.com/shuguangnet/Code-Master.git
synced 2025-01-23 07:58:44 +08:00
12 lines
297 B
TypeScript
12 lines
297 B
TypeScript
/* generated using openapi-typescript-codegen -- do not edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
import type { Page_UserVO_ } from './Page_UserVO_';
|
|
export type BaseResponse_Page_UserVO_ = {
|
|
code?: number;
|
|
data?: Page_UserVO_;
|
|
message?: string;
|
|
};
|
|
|