non auth part
This commit is contained in:
@@ -9,4 +9,8 @@ export interface PageControl<T>{
|
||||
hasPrevious: boolean;
|
||||
nextPage(): void;
|
||||
previousPage(): void;
|
||||
}
|
||||
}
|
||||
|
||||
export interface CachedData<T>{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user