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; };