export interface INineNineVerifyInfo {
    pickup_verify_code: string;
    dropoff_verify_code: string;
}
