non auth part

This commit is contained in:
Mikan
2025-06-01 20:55:44 +03:00
parent 9c6272db25
commit 35ed595edc
6 changed files with 70 additions and 44 deletions

View File

@@ -9,4 +9,8 @@ export interface PageControl<T>{
hasPrevious: boolean;
nextPage(): void;
previousPage(): void;
}
}
export interface CachedData<T>{
}