export interface GetBoard {
  /** The ID of the requested board. */
  boardId: number;
}
