import type { int } from "../semantic/number";

export interface INSElement extends HTMLDivElement {
  nsId: int
}
