feat: first draft
This commit is contained in:
9
src/state/state.ts
Normal file
9
src/state/state.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { Station } from "../types";
|
||||
|
||||
export type State = {
|
||||
loading: boolean,
|
||||
stations: Station[] | undefined,
|
||||
error: Error | undefined,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user