export interface ProjectLandingPageInfo {
  url?: string;
  projectKey?: string;
  projectType?: string;
  boardName?: string;
  simpleBoard?: boolean;
  queueId?: number;
  queueName?: string;
  queueCategory?: string;
  boardId?: number;
  simplified?: boolean;
  attributes?: unknown;
}
