Skip to content

Commit

Permalink
[Graph] Type persistence (#44985) (#45388)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 authored Sep 12, 2019
1 parent 6ded9a9 commit 4216377
Show file tree
Hide file tree
Showing 20 changed files with 1,472 additions and 546 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/

import { Workspace, WorkspaceOptions } from '../types';

declare function createWorkspace(options: WorkspaceOptions): Workspace;

This file was deleted.

Loading

0 comments on commit 4216377

Please sign in to comment.