Refactor guide links and id

This commit is contained in:
Kamran Ahmed
2021-09-03 16:27:30 +02:00
parent e800e3b6ce
commit 96e02195a9
5 changed files with 6 additions and 58 deletions

View File

@ -6,8 +6,6 @@ export type GuideType = {
id: string;
title: string;
description: string;
url: string;
fileName: string;
isPro: boolean;
isDraft: boolean;
createdAt: string;