szokodiakos / typegoose

Typegoose - Define Mongoose models using TypeScript classes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename InstanceType<T> to something not conflicting

hasezoey opened this issue · comments

Describe what you need | want

Rename InstanceType<T> to something not conflicting with typegoose's InstanceType

Do you have already an idea for the implementation?

Rename it to DocumentType<T> or something like that

Added/Fixed in 71e7269