/** * This is auto-generated file, don't modify this file manually */ export interface BaseUploadServer { /** * Upload URL */ upload_url?: string; }