export interface BbsBlsSignature2020ProofType {
  "@context"?: any;
  type?: string;
  created?: string;
  verificationMethod?: string;
  proofPurpose?: string;
  proofValue?: string;
}
