Skip to content

Commit 86cb3e4

Browse files
committed
Fix upcoming slot type definition
1 parent a00113d commit 86cb3e4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/interface.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import { type mongo } from "mongoose";
22

33
export interface IUpcomingSlot {
44
slot: string;
5+
lastSyncedDate?: string;
6+
syncMode?: "CAT" | "FAT";
57
}
68

79
export interface IUpcomingSubject {

0 commit comments

Comments
 (0)