interface EditProfileResponse {
    alert?: any;
    toast: string;
}

Properties

Properties

alert?: any
toast: string