anvil/striker-ui/types/FetchResponse.d.ts

5 lines
80 B
TypeScript
Raw Normal View History

2021-02-16 22:50:01 +00:00
declare type FetchResponse = {
error: Error | null;
isLoading?: boolean;
2021-02-16 22:50:01 +00:00
};