Search


Search something to see results

AstNodeStatus

interface AstNodeStatus {
    errors?: ErrorDescription[];
    state?: any;
}

Hierarchy (View Summary)

Index

Properties

errors?: ErrorDescription[]
state?: any