make last_updated_at optional

Signed-off-by: iris <hellocomplex007@gmail.com>
This commit is contained in:
iris
2022-12-15 15:28:56 +08:00
parent 24b74c3579
commit bcd800bb33
@@ -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 = {