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

6 lines
84 B
TypeScript
Raw Normal View History

declare type GetResponses = {
data: T;
isLoading: boolean;
isError: Error;
};