feat: improve types
This commit is contained in:
@ -47,7 +47,7 @@ interface repeatParsedResult {
|
||||
repeats: Repeats | null,
|
||||
}
|
||||
|
||||
interface ParsedTaskText {
|
||||
export interface ParsedTaskText {
|
||||
text: string,
|
||||
date: Date | null,
|
||||
labels: string[],
|
||||
|
Reference in New Issue
Block a user