File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import * as gql_doc from "@graphql-typed-document-node/core" ;
1+ import type * as gql_doc from "@graphql-typed-document-node/core" ;
22export type Maybe < T > = T | null ;
33export type InputMaybe < T > = Maybe < T > ;
44export type Exact < T extends { [ key : string ] : unknown } > = { [ K in keyof T ] : T [ K ] } ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export const HACKERNEWS: Network = "https://news.ycombinator.com/submitlink?u=@u
2525export const INSTAPAPER : Network = "http://www.instapaper.com/edit?url=@u&title=@t&description=@d" ;
2626export const LINE : Network = "http://line.me/R/msg/text/?@t%0D%0A@u%0D%0A@d" ;
2727export const LINKEDIN : Network = "https://www.linkedin.com/sharing/share-offsite/?url=@u" ;
28- export const MESSANGER : Network = "fb-messenger://share/?link=@u" ;
28+ export const MESSENGER : Network = "fb-messenger://share/?link=@u" ;
2929/** @deprecated Use MESSENGER instead - this will be removed in a future version */
3030export const MESSANGER : Network = MESSENGER ;
3131export const ODNOKLASSNIKI : Network =
You can’t perform that action at this time.
0 commit comments