export interface DeleteBoard {
  /** ID of the board to be deleted */
  boardId: number;
}
