Skip to content

Commit

Permalink
update index.d.ts [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Nov 13, 2019
1 parent 8b2dc08 commit d001a68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ declare module '@lokalise/node-api' {
protected static elementClass: Object;
create(body, params: StandartParams): Promise<any>;
update(id, body, params : StandartParams) : Promise<any>;
merge(id, body, params: StandartParams) : Promise<any>;
}

export class Comments extends BaseCollection {
Expand Down

0 comments on commit d001a68

Please sign in to comment.