added axios package and api for start bvn verification
This commit was merged in pull request #42.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export interface RequestStatus {
|
||||
loading?:boolean
|
||||
status?:boolean | undefined
|
||||
message?:string
|
||||
name?:string
|
||||
data?:{}[] | [any] | {}
|
||||
}
|
||||
Reference in New Issue
Block a user