### Version 3.2.26 ### Steps to reproduce ``` interface Props { error2: any } const props = defineProps<Props>() const { error2 } = toRefs(props) ``` ### What is expected? `error2` should be `Ref<any>`. ### What is actually happening? `error2` is any. <!-- generated by vue-issues. DO NOT REMOVE -->