Type Alias Stringifiable

Stringifiable: string | number | boolean

Represents a type that can be converted to a string. It can be either a string, number, or boolean.