mirror of
https://github.com/wgh136/nysoure.git
synced 2025-12-16 15:51:14 +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