7 lines
198 B
TypeScript
7 lines
198 B
TypeScript
export interface PandaDocConfigOut {
|
|
}
|
|
export declare const PandaDocConfigOutSerializer: {
|
|
_fromJsonObject(_object: any): PandaDocConfigOut;
|
|
_toJsonObject(_self: PandaDocConfigOut): any;
|
|
};
|