More work on the BB Posts for IDAA. Can now edit, update, and create now posts.
This commit is contained in:
@@ -56,6 +56,11 @@ export interface Post {
|
||||
|
||||
// Additional fields for convenience (database views)
|
||||
post_comment_count?: number;
|
||||
|
||||
// Placeholder for generated temp data
|
||||
hosted_file_id_li?: null|Array<string>;
|
||||
hosted_file_obj_li?: null|Array<any>;
|
||||
upload_complete?: boolean;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user