7 lines
182 B
TypeScript
7 lines
182 B
TypeScript
export interface ZoomConfigOut {
|
|
}
|
|
export declare const ZoomConfigOutSerializer: {
|
|
_fromJsonObject(_object: any): ZoomConfigOut;
|
|
_toJsonObject(_self: ZoomConfigOut): any;
|
|
};
|