This commit is contained in:
@@ -244,6 +244,14 @@ export interface ExplainGuideStop {
|
||||
playTargetId?: string
|
||||
}
|
||||
|
||||
export interface ExplainGuideStopPage {
|
||||
items: ExplainGuideStop[]
|
||||
total: number
|
||||
pageNo: number
|
||||
pageSize: number
|
||||
hasMore: boolean
|
||||
}
|
||||
|
||||
export interface ExplainBusinessUnit {
|
||||
id: string
|
||||
name: string
|
||||
|
||||
Reference in New Issue
Block a user