X Tutup
export interface NodeStatus { locking: boolean; pseudo: boolean; inPlaceEditing: boolean; }
X Tutup