parent
bea2979765
commit
2712461a0d
5 changed files with 72 additions and 16 deletions
@ -0,0 +1,11 @@ |
|||||||
|
/* generated using openapi-typescript-codegen -- do not edit */ |
||||||
|
/* istanbul ignore file */ |
||||||
|
/* tslint:disable */ |
||||||
|
/* eslint-disable */ |
||||||
|
import type { ObjectiveContents_ } from './ObjectiveContents_'; |
||||||
|
export type BaseResponse_ObjectiveContents_ = { |
||||||
|
code?: number; |
||||||
|
data?: ObjectiveContents_; |
||||||
|
message?: string; |
||||||
|
}; |
||||||
|
|
Loading…
Reference in new issue