Type Alias looseString

looseString: string | number | bigint | boolean | null | undefined

Any primitive value that can be put into the template or converted to string automatically in meaningful way.