diff --git a/types/react-relay/classic.d.ts b/types/react-relay/classic.d.ts index bd8beb8112..46bd8c48ef 100644 --- a/types/react-relay/classic.d.ts +++ b/types/react-relay/classic.d.ts @@ -219,3 +219,7 @@ export interface RelayProp { getPendingTransactions(record: any): RelayMutationTransaction[]; commitUpdate(mutation: Mutation, callbacks?: StoreUpdateCallbacks): any; } + +export interface RelayProps { + readonly relay: RelayProp +}