mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
[react-relay] fix ReaderVariable missing field (#36931)
This commit is contained in:
parent
663e0218e7
commit
c79180dd81
1
types/relay-runtime/index.d.ts
vendored
1
types/relay-runtime/index.d.ts
vendored
@ -700,6 +700,7 @@ interface ReaderLiteral {
|
||||
interface ReaderVariable {
|
||||
readonly kind: string; // 'Variable';
|
||||
readonly name: string;
|
||||
readonly type?: string | null;
|
||||
readonly variableName: string;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user