export interface IDIDService { id?: string; type: string; serviceEndpoint: string | Record | Array>; description?: string; [key: string]: any; } export type TDIDRelationship = | 'authentication' | 'assertionMethod' | 'keyAgreement' | 'capabilityInvocation' | 'capabilityDelegation';