This commit is contained in:
@@ -40,3 +40,12 @@ export interface QuestReward {
|
||||
"itemId"?: string;
|
||||
}
|
||||
|
||||
export interface ReportQuestProgressRequest {
|
||||
"amount"?: number;
|
||||
"metric"?: string;
|
||||
}
|
||||
|
||||
export interface ReportQuestProgressResponse {
|
||||
"completedQuestIds"?: string[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user