component formatting and types
This commit is contained in:
parent
c2a7d15eeb
commit
ce745c06e5
60 changed files with 464 additions and 301 deletions
|
@ -1,13 +1,15 @@
|
|||
export default interface Lookup {
|
||||
id: number;
|
||||
documentId: string;
|
||||
collection: string;
|
||||
image_item: boolean;
|
||||
date_list: boolean;
|
||||
numbered_item: boolean;
|
||||
inverse_count: boolean;
|
||||
reference: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
publishedAt: string;
|
||||
|
||||
reference: string;
|
||||
collection: "events" | "vehicles" | "articles" | "operations";
|
||||
show_image: boolean;
|
||||
show_date: boolean;
|
||||
list_with_date: "none" | "by-year" | "by-month";
|
||||
items_with_number: "none" | "numbered" | "inverted";
|
||||
enable_detail: boolean;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue