init record notion
This commit is contained in:
7
src/modules/record/interfaces/recordable.ts
Normal file
7
src/modules/record/interfaces/recordable.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface Recordable {
|
||||
id: string
|
||||
taskId: string
|
||||
start: Date
|
||||
end?: Date
|
||||
stepRecords: Record<string, { minutes: number }>
|
||||
}
|
||||
Reference in New Issue
Block a user