/** * This file was auto-generated by Fern from our API Definition. */ import * as Truvity from '../../api/index'; import * as core from '../../core'; import * as serializers from '../index'; import { Credential11Proof } from './Credential11Proof'; export declare const Credential11: core.serialization.ObjectSchema; export declare namespace Credential11 { interface Raw { expirationDate?: string | null; holder?: string | null; id: string; issuanceDate: string; issuer: string; proof: Credential11Proof.Raw; type: string[]; } } //# sourceMappingURL=Credential11.d.ts.map