/* tslint:disable */ /* eslint-disable */ export interface AddCommentReq { idPackage?: number; text?: string; }