Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#65795 [relay-runtime] Remove unneeded inte…
Browse files Browse the repository at this point in the history
…rface by @gabritto
  • Loading branch information
gabritto authored and Desplandis committed Jul 3, 2023
1 parent aff1e4d commit 01a11fc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions types/relay-runtime/lib/store/RelayStoreTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,12 +416,6 @@ export interface RecordSourceSelectorProxy<T = {}> extends RecordSourceProxy {
): UpdatableData<TKey>;
}

interface OperationDescriptor {
readonly fragment: SingularReaderSelector;
readonly request: RequestDescriptor;
readonly root: NormalizationSelector;
}

export type LogEvent =
| Readonly<{
name: 'suspense.fragment';
Expand Down

0 comments on commit 01a11fc

Please sign in to comment.