My interface looks like this:
Interface react:
export interface UserTask { assignee: String; date: String; } export interface Ta