/** * This file was auto-generated by Fern from our API Definition. */ /** * The DID method to use for the issuer DID. */ export type DraftLatestIssueRequestDidMethod = 'key' | 'web'; export declare const DraftLatestIssueRequestDidMethod: { readonly Key: "key"; readonly Web: "web"; }; //# sourceMappingURL=DraftLatestIssueRequestDidMethod.d.ts.map