1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-22 22:59:37 +02:00
it-tools/types/VForm.ts
2021-03-15 18:38:16 +01:00

2 lines
55 B
TypeScript

export type VForm = Vue & { validate: () => boolean }