added axios package and api for start bvn verification

This commit was merged in pull request #42.
This commit is contained in:
victorAnumudu
2024-04-26 23:41:41 +01:00
parent 7e9c395f4a
commit 82dd11a772
7 changed files with 153 additions and 49 deletions
+7
View File
@@ -0,0 +1,7 @@
export interface RequestStatus {
loading?:boolean
status?:boolean | undefined
message?:string
name?:string
data?:{}[] | [any] | {}
}