/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ProjectLandingPageInfoAsResponse { attributes?: { [x: string]: string; }; boardId?: number; boardName?: string; projectKey?: string; projectType?: string; queueCategory?: string; queueId?: number; queueName?: string; simpleBoard?: boolean; simplified?: boolean; url?: string; } //# sourceMappingURL=ProjectLandingPageInfoAsResponse.d.ts.map