UNPKG

@kiwicom/smart-faq

Version:

44 lines (38 loc) 1.16 kB
/** * @flow */ /* eslint-disable */ 'use strict'; /*:: import type { ReaderFragment } from 'relay-runtime'; type FromToRow_arrival$ref = any; import type { FragmentReference } from "relay-runtime"; declare export opaque type DeprecatedBookingCard_arrival$ref: FragmentReference; declare export opaque type DeprecatedBookingCard_arrival$fragmentType: DeprecatedBookingCard_arrival$ref; export type DeprecatedBookingCard_arrival = {| +$fragmentRefs: FromToRow_arrival$ref, +$refType: DeprecatedBookingCard_arrival$ref, |}; export type DeprecatedBookingCard_arrival$data = DeprecatedBookingCard_arrival; export type DeprecatedBookingCard_arrival$key = { +$data?: DeprecatedBookingCard_arrival$data, +$fragmentRefs: DeprecatedBookingCard_arrival$ref, }; */ const node/*: ReaderFragment*/ = { "kind": "Fragment", "name": "DeprecatedBookingCard_arrival", "type": "RouteStop", "metadata": null, "argumentDefinitions": [], "selections": [ { "kind": "FragmentSpread", "name": "FromToRow_arrival", "args": null } ] }; // prettier-ignore (node/*: any*/).hash = '2756072c16e704623c90709174ca13d9'; module.exports = node;