Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Core/CoreClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,14 +354,14 @@ export class CoreRestClient extends RestClientBase {
* @param stateFilter - Filter on team projects in a specific team project state (default: WellFormed).
* @param top -
* @param skip -
* @param continuationToken -
* @param continuationToken - Pointer that shows how many projects already been fetched.
* @param getDefaultTeamImageUrl -
*/
public async getProjects(
stateFilter?: any,
top?: number,
skip?: number,
continuationToken?: string,
continuationToken?: number,
getDefaultTeamImageUrl?: boolean
): Promise<Core.TeamProjectReference[]> {

Expand Down