I was wondering if there is any way to make a generic variable without use the KnockoutObservableAny
I would like to do something like KnockoutObservable<SomeType>() = new Sometype()
I know this is possible for arrays
KnockoutObservableArray with typed elements in TypeScript
but I couldn't find a way to do this for regular variables.