/** * 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 { DraftCreateMetaSchema } from './DraftCreateMetaSchema'; import { DraftMeta } from './DraftMeta'; export declare const DraftCreate: core.serialization.ObjectSchema; export declare namespace DraftCreate { interface Raw { json_ld_vocabs?: string[] | null; meta?: DraftMeta.Raw | null; meta_schema: DraftCreateMetaSchema.Raw; values?: serializers.CredentialClaimValues.Raw | null; vcdm_json_schemas?: string[] | null; } } //# sourceMappingURL=DraftCreate.d.ts.map