Type alias PlainObject

PlainObject: {
    [key in string | number | symbol]: unknown
}