type change
This commit is contained in:
parent
4ea0f9b5a1
commit
af9e4557d1
2 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,8 @@ export default interface Lookup {
|
|||
id: number;
|
||||
documentId: string;
|
||||
collection: string;
|
||||
imageItem: boolean;
|
||||
image_item: boolean;
|
||||
date_list: boolean;
|
||||
reference: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue