Skip to content

Commit

Permalink
app things: bug: when is a generic string
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-zhening-luo committed Jul 5, 2024
1 parent 1f0384e commit 70feefb
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions src/apps/interface/output/things/ThingsItem.d.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
declare type ThingsItem =
& Field<
| "title"
| "notes"
| "list"
>
& {
when:
| ""
| "today"
| "someday"
;
}
;
declare type ThingsItem = Field<
| "title"
| "notes"
| "when"
| "list"
>;

0 comments on commit 70feefb

Please sign in to comment.