// @flow /** * Flowtype definitions for connection-request * Generated by Flowgen from a Typescript Definition * Flowgen v1.5.8 * Author: [Joar Wilk](http://twitter.com/joarwilk) * Repo: http://github.com/joarwilk/flowgen */ export interface ConnectionRequest { consumerId: string; providerId: string; serviceType: string; }