interface RegisterLibraryState {
    fetchError: RequestError;
    isFetching: boolean;
}

Properties

fetchError: RequestError
isFetching: boolean