export interface GetReportsForBoard {
  boardId: number;
}
