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