/** * 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 { DraftLatestIssueRequestDidMethod } from '../../types/DraftLatestIssueRequestDidMethod'; export declare const DraftLatestIssueRequest: core.serialization.Schema>; export declare namespace DraftLatestIssueRequest { interface Raw { did_method?: DraftLatestIssueRequestDidMethod.Raw | null; issuer?: string | null; key_id: string; prerequisite_drafts?: Record | null; strict_mode?: boolean | null; valid_from?: string | null; valid_until?: string | null; } } //# sourceMappingURL=DraftLatestIssueRequest.d.ts.map