Expand description
interface ProjectV2 {
closed: boolean;
fields: ProjectV2FieldConfigurationConnection;
id: string;
number: number;
title: string;
}interface ProjectV2 {
closed: boolean;
fields: ProjectV2FieldConfigurationConnection;
id: string;
number: number;
title: string;
}
Project V2 interface representing a GitHub Project.