Commit 914a95bb authored by tom's avatar tom

fix ts

parent 04966989
import type { VerifiedAddress } from 'types/api/account';
export interface AddressVerificationFormFirstStepFields {
address: string;
}
......@@ -34,12 +36,7 @@ export interface AddressVerificationResponseError {
export type AddressValidationResponseSuccess = {
status: 'SUCCESS';
result: {
verifiedAddress: {
chainId: string;
contractAddress: string;
userId: string;
verifiedDate: string;
};
verifiedAddress: VerifiedAddress;
};
} |
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment