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