/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { AcceptanceEnum } from './AcceptanceEnum'; export type Assertion = { entityId: string; issuedOn: string; readonly credentialDetails: Record; readonly recipient: Record; metadata?: any; readonly course: Record; readonly program: Record; narrative?: string | null; revoked?: boolean; revocationReason: string; acceptance?: AcceptanceEnum; expires: string; };