//#region src/shared/models/OpenId4VciCredentialFormatProfile.d.ts declare enum OpenId4VciCredentialFormatProfile { JwtVcJson = "jwt_vc_json", JwtVcJsonLd = "jwt_vc_json-ld", LdpVc = "ldp_vc", SdJwtVc = "vc+sd-jwt", SdJwtDc = "dc+sd-jwt", MsoMdoc = "mso_mdoc" } //#endregion export { OpenId4VciCredentialFormatProfile }; //# sourceMappingURL=OpenId4VciCredentialFormatProfile.d.mts.map