import type { components } from './tinVerification.contract'; export type TinVerificationResponse = components['schemas']['CompanyTinVerificationResponse']; export type TinVerificationRequest = components['schemas']['CompanyTinVerificationRequest']; export type VerifyTin = (data: TinVerificationRequest) => Promise;