initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { Observable } from 'rxjs';
|
||||
|
||||
export abstract class CountryOrderData {
|
||||
abstract getCountriesCategories(): Observable<string[]>;
|
||||
abstract getCountriesCategoriesData(country: string): Observable<number[]>;
|
||||
}
|
||||
Reference in New Issue
Block a user