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
9
types/collection/lookup.ts
Normal file
9
types/collection/lookup.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
export default interface Lookup {
|
||||
id: number;
|
||||
documentId: string;
|
||||
collection: string;
|
||||
reference: string;
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
publishedAt: Date;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue