navigation on collections and dynamic routing improvements
This commit is contained in:
parent
5c56af0dad
commit
44b55d9bbb
11 changed files with 117 additions and 48 deletions
12
types/collection/baseCollection.ts
Normal file
12
types/collection/baseCollection.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
export default interface BaseCollection {
|
||||
id: number;
|
||||
documentId: string;
|
||||
title: string;
|
||||
description: string;
|
||||
slug: string;
|
||||
date: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
publishedAt: string;
|
||||
locale: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue