export interface GetReportsForBoard {
  reports?: unknown[];
}
