Moved types to folder
This commit is contained in:
6
src/types/Api.ts
Normal file
6
src/types/Api.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { BikeParking } from './Bikes'
|
||||
|
||||
export interface ApiResponse {
|
||||
total_count: number
|
||||
results: BikeParking[]
|
||||
}
|
||||
Reference in New Issue
Block a user