UIKit/lib/model/fetchState.ts
2023-08-29 14:16:10 +03:00

2 lines
62 B
TypeScript

export type FetchState = "fetching" | "idle" | "all fetched";