/** * A type returned by all request functions */ export interface ConnectedResult { readonly type: string; readonly isError: boolean; }