export interface GetProjectsFull {
  /** The ID of the board that contains returned projects. */
  boardId: number;
}
