component formatting and types
This commit is contained in:
parent
c2a7d15eeb
commit
ce745c06e5
60 changed files with 464 additions and 301 deletions
|
@ -12,7 +12,7 @@ export default interface BaseCollection {
|
|||
|
||||
title: string;
|
||||
description: string;
|
||||
date: string | undefined;
|
||||
date: string;
|
||||
content: ContentField | undefined;
|
||||
image: BaseFile | undefined;
|
||||
attachment: Array<BaseFile>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue