mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
Add tag description.
This commit is contained in:
@@ -30,6 +30,7 @@ export interface PageResponse<T> {
|
||||
export interface Tag {
|
||||
id: number;
|
||||
name: string;
|
||||
description: string;
|
||||
}
|
||||
|
||||
export interface CreateResourceParams {
|
||||
|
Reference in New Issue
Block a user