make last_updated_at optional
Signed-off-by: iris <hellocomplex007@gmail.com>
This commit is contained in:
@@ -66,7 +66,7 @@ export type DbFinalEntitiesRow = {
|
||||
hash: string;
|
||||
stitch_ticket: string;
|
||||
final_entity?: string;
|
||||
last_updated_at: string | Date;
|
||||
last_updated_at?: string | Date;
|
||||
};
|
||||
|
||||
export type DbSearchRow = {
|
||||
|
||||
Reference in New Issue
Block a user