mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 21:37:49 -05:00
regenerate API
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user