/** * reference to another object */ export interface Reference { /** */ type?: string; /** */ id?: string; }