regenerate API

This commit is contained in:
smilerz
2024-04-23 10:35:45 -05:00
parent dd3f38fe75
commit a67b084b52
61 changed files with 7120 additions and 5452 deletions

View File

@@ -79,10 +79,10 @@ export interface Keyword {
description?: string;
/**
*
* @type {string}
* @type {number}
* @memberof Keyword
*/
readonly parent: string;
readonly parent: number;
/**
*
* @type {number}
@@ -102,7 +102,8 @@ export interface Keyword {
*/
readonly updatedAt: Date;
/**
*
* Returns a string representation of a tree node and it's ancestors,
* e.g. 'Cuisine > Asian > Chinese > Catonese'.
* @type {string}
* @memberof Keyword
*/