Add comments for getUnsignedReportsInProject in API
This commit is contained in:
parent
1e1677fc57
commit
7c7755085e
1 changed files with 5 additions and 0 deletions
|
@ -160,6 +160,11 @@ interface API {
|
||||||
token: string,
|
token: string,
|
||||||
): Promise<APIResponse<ProjectMember[]>>;
|
): Promise<APIResponse<ProjectMember[]>>;
|
||||||
|
|
||||||
|
/** Gets all unsigned reports in a project.
|
||||||
|
* @param {string} projectName The name of the project.
|
||||||
|
* @param {string} token The authentication token.
|
||||||
|
* @returns {Promise<APIResponse<WeeklyReport[]>>} A promise resolving to an API response containing the list of unsigned reports.
|
||||||
|
*/
|
||||||
getUnsignedReportsInProject(
|
getUnsignedReportsInProject(
|
||||||
projectName: string,
|
projectName: string,
|
||||||
token: string,
|
token: string,
|
||||||
|
|
Loading…
Add table
Reference in a new issue