Skip to content

Commit

Permalink
remove unsed types from RelayStoreTypes
Browse files Browse the repository at this point in the history
Summary: There are no longer used.

Reviewed By: jstejada

Differential Revision: D18513978

fbshipit-source-id: 1aaf1d72830320e8e3d0278dac78c5047fe15aec
  • Loading branch information
kassens authored and facebook-github-bot committed Nov 15, 2019
1 parent b554f5e commit 76354e9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/relay-runtime/store/RelayStoreTypes.js
Expand Up @@ -583,15 +583,6 @@ export type ModuleImportPointer = {
+$fragmentRefs: mixed,
};

/**
* A callback for resolving a Selector from a source.
*/
export type AsyncLoadCallback = (loadingState: LoadingState) => void;
export type LoadingState = $Exact<{
status: 'aborted' | 'complete' | 'error' | 'missing',
error?: Error,
}>;

/**
* A map of records affected by an update operation.
*/
Expand Down

0 comments on commit 76354e9

Please sign in to comment.