set header for axios - set get api bank cards

This commit is contained in:
Alihaghighattalab
2024-08-13 11:45:07 +03:30
parent 4a93066255
commit f3b37a5d4a
6 changed files with 30 additions and 18 deletions
+7 -2
View File
@@ -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
}