interface ComplaintsState {
    data: ComplaintsData;
    fetchError: RequestError;
    isFetching: boolean;
    postError: RequestError;
    resolveError: RequestError;
    url: string;
}

Properties

fetchError: RequestError
isFetching: boolean
postError: RequestError
resolveError: RequestError
url: string