UIKit/lib/model/fetchState.ts

2 lines
62 B
TypeScript
Raw Normal View History

2023-08-29 11:16:10 +00:00
export type FetchState = "fetching" | "idle" | "all fetched";