/** * This file was auto-generated by Fern from our API Definition. */ /** * All supported DID methods. Default is "web". */ export type PresentationIssueRequestDidMethod = 'key' | 'web'; export declare const PresentationIssueRequestDidMethod: { readonly Key: "key"; readonly Web: "web"; }; //# sourceMappingURL=PresentationIssueRequestDidMethod.d.ts.map