mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
Add tag type and tag alias.
This commit is contained in:
@@ -31,6 +31,8 @@ export interface Tag {
|
||||
id: number;
|
||||
name: string;
|
||||
description: string;
|
||||
type: string;
|
||||
aliases: string[];
|
||||
}
|
||||
|
||||
export interface CreateResourceParams {
|
||||
|
Reference in New Issue
Block a user