type ExternalValidation = { type: 'vat' | 'ustin'; identifier: string; status: string; }; export type ExternalValidations = ExternalValidation[]; export {};