export interface ILinkedDataProof {
    type: string;
    verificationMethod: string;
    created: string;
    proofPurpose: string;
}
