Skip to content

Commit

Permalink
Update the TS typings
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Nov 18, 2024
1 parent 7cc31de commit b3b105b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions src/author.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ export class Author {
* @returns The instance corresponding to the specified JSON object.
*/
static fromJson(json: Record<string, any>): Author;

/**
* Returns a JSON representation of this object.
* @returns The JSON representation of this object.
*/
toJSON(): Record<string, any>;
}

/**
Expand Down
6 changes: 0 additions & 6 deletions src/blog.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ export class Blog {
* @returns The instance corresponding to the specified JSON object.
*/
static fromJson(json: Record<string, any>): Blog;

/**
* Returns a JSON representation of this object.
* @returns The JSON representation of this object.
*/
toJSON(): Record<string, any>;
}

/**
Expand Down
6 changes: 0 additions & 6 deletions src/comment.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ export class Comment {
* @returns The instance corresponding to the specified JSON object.
*/
static fromJson(json: Record<string, any>): Comment;

/**
* Returns a JSON representation of this object.
* @returns The JSON representation of this object.
*/
toJSON(): Record<string, any>;
}

/**
Expand Down

0 comments on commit b3b105b

Please sign in to comment.