set header for axios - set get api bank cards
This commit is contained in:
+7
-2
@@ -2,7 +2,12 @@ import React from "react"
|
||||
|
||||
export interface LoginFormInterface {
|
||||
username: string,
|
||||
password: string
|
||||
password: string,
|
||||
remember_me?: boolean
|
||||
}
|
||||
|
||||
export interface LoginResponseInterface {
|
||||
token: string
|
||||
}
|
||||
|
||||
export interface ResetPasswordInterface {
|
||||
@@ -136,5 +141,5 @@ export interface SubscriptionReportInterface {
|
||||
renewal_type: string
|
||||
amount: string
|
||||
contribution: string,
|
||||
percentage:string
|
||||
percentage: string
|
||||
}
|
||||
Reference in New Issue
Block a user