corretto altro ts...
ora manca ancora il vuelidate
This commit is contained in:
18
src/model/other.ts
Normal file
18
src/model/other.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
export interface IToken {
|
||||
access: string
|
||||
token: string
|
||||
}
|
||||
|
||||
|
||||
export interface ILinkReg {
|
||||
idLink: string
|
||||
}
|
||||
|
||||
export interface IIdToken {
|
||||
idToken: string
|
||||
}
|
||||
|
||||
export interface IResult {
|
||||
status: number
|
||||
statusText: string
|
||||
}
|
||||
Reference in New Issue
Block a user