//This enum exposes the supported vc formats of the app export enum VCFormat { ldp_vc = 'ldp_vc', mso_mdoc = 'mso_mdoc', vc_sd_jwt = 'vc+sd-jwt', dc_sd_jwt = 'dc+sd-jwt', }