UNPKG

@kiwicom/smart-faq

Version:

42 lines (39 loc) 1.14 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, }; */ var 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;