Skip to content

Commit

Permalink
GetFileResult fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Morglod committed Aug 10, 2018
1 parent 8223858 commit 55322aa
Show file tree
Hide file tree
Showing 5 changed files with 537 additions and 535 deletions.
1 change: 1 addition & 0 deletions lib/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { Node, Style, Component, Version, Comment, Vector, FrameOffset } from '.
import { AxiosResponse } from 'axios';
import { ResultA, ResultErr } from 'go-result-js';
export declare type GetFileResult = {
name: string;
document: Node<'DOCUMENT'>;
components: {
[nodeId: string]: Component;
Expand Down
2 changes: 1 addition & 1 deletion lib/api.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 55322aa

Please sign in to comment.