mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-28 04:27:24 +00:00
Add tags page.
This commit is contained in:
@@ -35,6 +35,10 @@ export interface Tag {
|
||||
aliases: string[];
|
||||
}
|
||||
|
||||
export interface TagWithCount extends Tag {
|
||||
resources_count: number;
|
||||
}
|
||||
|
||||
export interface CreateResourceParams {
|
||||
title: string;
|
||||
alternative_titles: string[];
|
||||
|
Reference in New Issue
Block a user