DOCUMENTATION: Clarify "completion" property of GraftingTask (#1713)

This commit is contained in:
catloversg
2024-10-22 11:22:17 +07:00
committed by GitHub
parent 3ce2ae5fd7
commit b72c03acf0
3 changed files with 11 additions and 5 deletions

View File

@@ -1708,9 +1708,13 @@ export interface FactionWorkTask {
}
/**
* Faction Work
* Grafting Work
*
* @remarks
* An object representing the current grafting status
* An object representing the current grafting task
*
* The "completion" property is a promise that resolves when the task is complete.
*
* @public
*/
export interface GraftingTask {