/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * One certification record attached to a product. */ export type ProductCertificationRow = { cert_type: string; cert_number: string; cert_url: string; cert_issued?: (string | null); cert_expires?: (string | null); fetched_at: string; };