export type EditorContent = { readonly query: string; readonly variables: string; readonly headers: string; readonly operationName: string; }; //# sourceMappingURL=types.d.ts.map