interface BloksPayload {
    data: any[];
    error_attribution: ErrorAttribution;
    props: Prop[];
    tree: Tree;
}

Properties

data: any[]
error_attribution: ErrorAttribution
props: Prop[]
tree: Tree