This commit is contained in:
Oscar
2026-06-04 13:58:24 +03:00
parent 40a281b87e
commit 2d665fab66
7 changed files with 174 additions and 51 deletions

View File

@@ -12,6 +12,7 @@
export interface Item {
id?: number;
value?: string;
}
export interface PaginatedItems {