export default interface BaseCertificate { carIdentifierLocation: string; carTypeNumberAndCategoryNumber: string; expiresAt: string; registeredAt: string; model: string; frontFrontAxleWeight: string; frontRearAxleWeight: string; rearFrontAxleWeight: string; rearRearAxleWeight: string; noiseRegulation: string; emissionNoiseRegulation: string; driveSystem: string; measuredOpacimeter: string; measuredNoxAndPm: string; nox: string; pm: string; fuelType: string; number: string; numberType: string; identifier: string; engineModel: string; sheetType: string; encodedStrings: string[]; }