Stringifiable:
    | string
    | number
    | boolean
    | bigint
    | symbol
    | object

Represents any value with a toString method.