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