Skip to content

GetFileNodesResponse doesn't have an err property on it. #81

@pkrawc

Description

@pkrawc

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions