Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
temp workaround for sort enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys Vuika authored and eromano committed Jun 22, 2018
1 parent 9d7a427 commit 8319df4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,8 @@ declare namespace AlfrescoApi {
}

export class RequestSortDefinitionInner {
type?: RequestSortDefinitionInner.TypeEnum;
// type?: RequestSortDefinitionInner.TypeEnum;
type?: string;
field?: string;
ascending?: boolean;
}
Expand Down

0 comments on commit 8319df4

Please sign in to comment.