I'm submitting a ...
[*] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Summary
Currently the types are, (notice only 3 props)
export interface FileNodesParams {
/** A list of node IDs to retrieve and convert */
readonly ids: ReadonlyArray<string>;
/**
* A specific version ID to get. Omitting this will get the current version of the file
*/
readonly version?: string;
/**
* Set to "paths" to export vector data
*/
readonly geometry?: string;
}
It seems that it's not the only place.
While official Figma docs state
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)
I'm submitting a ... [*] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use this project
Summary
Currently the types are, (notice only 3 props)
It seems that it's not the only place.
While official Figma docs state
Maybe it could be fixed by renewing the types