With the latest version of the library and latest Cosmos SDK it is impossible to use simple partition key at all.
// throws "Missing partition key kind in the partition key path policy" in runtime
@CosmosPartitionKey('userId')
class TestDto {
userId: string;
dummy: string;
}