export interface StaticableNodeStructure {
    isStatic?: boolean;
}
