/** * 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 { LinkedRef } from './LinkedRef'; export declare const Presentation: core.serialization.ObjectSchema; export declare namespace Presentation { interface Raw { digest_multibase: string; id: string; linked_credential_refs?: LinkedRef.Raw[] | null; type: string[]; } } //# sourceMappingURL=Presentation.d.ts.map