Type alias IElement

IElement: {
    [key in keyof HTMLElementTagNameMap]?: IElementContent | IElement[] | string | number
} | string | number