import type { int } from '@/types/semantic/number.ts'

export interface INSElement extends HTMLDivElement {
  nsId: int
}
