Skip to content

Commit

Permalink
Fixed a small mistake (SceneNode becomes Artboard)
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed May 17, 2019
1 parent 7e5d497 commit dac29ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/interactions.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {SceneNode} from "./scenegraph";
import {Artboard, SceneNode} from "./scenegraph";

/**
* The `interactions` module represents all document interactions.
Expand All @@ -23,7 +23,7 @@ declare class interactions {
/**
* The home artboard of the interaction model. This is a special designation indicating this is the first artboard to display in a shared prototype.
*/
public static readonly homeArtboard?: SceneNode;
public static readonly homeArtboard?: Artboard;

/**
* Get all interactions by serializing the document interactions to JSON. An array of all the interactions is returned.
Expand Down

0 comments on commit dac29ac

Please sign in to comment.