I have the following interface object to display.
export interface Call { id?: number; acceptCall: boolean; callReasons: CallReason[]; } export interface CallRea