7 lines
202 B
TypeScript
7 lines
202 B
TypeScript
export interface AdobeSignConfigOut {
|
|
}
|
|
export declare const AdobeSignConfigOutSerializer: {
|
|
_fromJsonObject(_object: any): AdobeSignConfigOut;
|
|
_toJsonObject(_self: AdobeSignConfigOut): any;
|
|
};
|