export interface GetConfiguration {
  /** The ID of the board for which configuration is requested. */
  boardId: number;
}
