mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-07-22 22:59:37 +02:00
2 lines
55 B
TypeScript
2 lines
55 B
TypeScript
|
|
export type VForm = Vue & { validate: () => boolean }
|