Repository URL to install this package:
|
Version:
1.0.1 ▾
|
import { GraphQueryLanguageObj, CommonStreamOrchestrationResponse } from './typings';
export declare const isGraphQueryLanguage: (x: any) => x is GraphQueryLanguageObj;
export declare const EMPTY_ERROR_RESPONSE: Readonly<{
responseCode: number;
responseMessage: string;
}>;
export declare function fromGraphqlOrAnyToResponse(x: any): CommonStreamOrchestrationResponse;