export type DidDocumentRepresentation =
  | 'application/did+json'
  | 'application/did+ld+json';
