export type DIDAny = `did:${string}`;
export type DIDPkh = `did:pkh:${string}`;
export type DIDKey = `did:key:${string}`;
export type IpfsUrl = `ipfs://${string}`;
export type HttpsUrl = `https://${string}`;
