mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-18 11:23:47 +00:00
ci: split repo: make this repo frontend only again
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export type LoadingState = "not-started" | "loading" | "finished"
|
||||
|
||||
export interface Fetched<T> {
|
||||
data: T;
|
||||
state: LoadingState;
|
||||
}
|
||||
Reference in New Issue
Block a user