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