DIDDocumentSection type
Refers to a section of a DID document. Either the list of verification methods or services or one of the verification relationships.
See verification relationships
Signature:
export type DIDDocumentSection = KeyCapabilitySection | 'verificationMethod' | 'publicKey' | 'service'