- Converting all to Typescript
- Installing 1.0.0.beta Quasar Upgrade - (Part 1 - Upgrade Components)
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import { costanti } from "@src/store/Modules/costanti"
|
||||
import { UserStore } from "@store"
|
||||
|
||||
export interface IPost {
|
||||
title: string
|
||||
}
|
||||
@@ -15,6 +18,13 @@ export interface ICfgServer {
|
||||
valore: string
|
||||
}
|
||||
|
||||
export interface ICfgData {
|
||||
_id?: string
|
||||
lang?: string
|
||||
token?: string
|
||||
userId?: string
|
||||
}
|
||||
|
||||
export interface ITestp1 {
|
||||
contatore: number
|
||||
mioarray: ICfgServer[]
|
||||
|
||||
Reference in New Issue
Block a user