7 lines
190 B
TypeScript
7 lines
190 B
TypeScript
export interface VeriffConfigOut {
|
|
}
|
|
export declare const VeriffConfigOutSerializer: {
|
|
_fromJsonObject(_object: any): VeriffConfigOut;
|
|
_toJsonObject(_self: VeriffConfigOut): any;
|
|
};
|