/** * The input data to be sent for checking account duplication. */ export class AccountDuplicationCheckInput { public link: string = 'AccountDuplicationCheck_false'; }