/** * This is auto-generated file, don't modify this file manually */ export interface BaseObject { /** * Object ID */ id?: number; /** * Object title */ title?: string; }