Fix build error

This commit is contained in:
garrettmills 2020-02-09 04:40:22 -06:00
parent 813f4b094b
commit 7ee79dc1d9

View File

@ -1,6 +1,6 @@
export default class HostRecord {
public value = '';
public type: 'paragraph'|'header1'|'header2'|'header3'|'header4'|'block_code'|'click_link'|'database_ref'|'ul'|'code_ref' = 'paragraph';
public type: 'paragraph'|'header1'|'header2'|'header3'|'header4'|'block_code'|'click_link'|'database_ref'|'ul'|'code_ref'|'file_ref' = 'paragraph';
public CreatedAt: string;
public PageId: string;