export interface INatiV2ValidateCode {
    updatedAt: number;
    verified: boolean;
    verifiedAt: Date;
}
