Skip to content

Commit

Permalink
Fixed ContactEdge prev and next types
Browse files Browse the repository at this point in the history
  • Loading branch information
Feavy committed May 7, 2020
1 parent 42fb50c commit ace4a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/index.d.ts
Expand Up @@ -292,8 +292,8 @@ export let Body: {

export interface ContactEdge {
contact: Contact;
prev: Contact | undefined;
next: Contact | undefined;
prev: ContactEdge | undefined;
next: ContactEdge | undefined;
other: Body | undefined;
}

Expand Down

0 comments on commit ace4a6b

Please sign in to comment.