valantic / vue-template

A custom Vue.js boilerplate based on webpack.
MIT License
7 stars 4 forks source link

Change global types to 'type' #336

Open patric-eberle opened 10 months ago

patric-eberle commented 10 months ago

Global types (src/types) currently use the interface type. They should be transferred to type instead.