vue3.3 allow ``` const emit = defineEmits<{ foo: [id: number] bar: [name: string, ...rest: any[]] }>() ``` But the error 'vue/valid-define-emits' is still reported