-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
It's mentioned in the docs: https://developers.figma.com/docs/rest-api/file-endpoints/#get-file-nodes-endpoint
It doesn't exist on the type currently.
(alias) type GetFileNodesResponse = {
name: string;
role: Role;
lastModified: string;
editorType: "figma" | "figjam";
thumbnailUrl: string;
version: string;
nodes: {
[key: string]: {
document: Node;
components: {
[key: string]: Component;
};
componentSets: {
[key: string]: ComponentSet;
};
schemaVersion: number;
styles: {
[key: string]: Style;
};
};
};
}
import GetFileNodesResponse
Metadata
Metadata
Assignees
Labels
No labels