export interface RspVerify {
    isVerified: boolean;
}
