export interface GetFeaturesForBoard {
  boardId: number;
}
