/** * This is auto-generated file, don't modify this file manually */ export interface AdsCreateClientsStatus { /** * Client ID */ id?: number; /** * Error code */ error_code?: number; /** * Error description */ error_desc?: string; }