Add roadmaps listing

This commit is contained in:
Kamran Ahmed
2021-09-04 18:50:38 +02:00
parent 1b9bb03cde
commit ad427eceee
5 changed files with 74 additions and 91 deletions

View File

@ -19,6 +19,7 @@ export type RoadmapType = {
contentPath?: string;
resourcesPath: string;
isCommunity: boolean;
isUpcoming: boolean;
id: string;
url: string;
};