ProofFormat type
Represents a format for a particular type of verifiable data. This is an extensible union of several known formats implemented by Veramo
Signature:
export type ProofFormat = (typeof PROOF_FORMAT)[keyof typeof PROOF_FORMAT] | (string & {})