Skip to content

Commit 12da42e

Browse files
chore(docs): fix annotations for time grid
1 parent 60f6257 commit 12da42e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lua/orgmode/config/_meta.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
---@field org_agenda_todo_ignore_deadlines? OrgAgendaTodoIgnoreDeadlinesTypes
2323

2424
---@class OrgAgendaTimeGridOpts
25-
---@field type ('daily' | 'weekly' | 'today' | 'require-timed' | 'remove-match')[]
26-
---@field times number[]
27-
---@field time_separator string
28-
---@field time_label string
25+
---@field type? ('daily' | 'weekly' | 'today' | 'require-timed' | 'remove-match')[]
26+
---@field times? number[]
27+
---@field time_separator? string
28+
---@field time_label? string
2929

3030
---@alias OrgAgendaCustomCommandType (OrgAgendaCustomCommandAgenda | OrgAgendaCustomCommandTags)
3131

0 commit comments

Comments
 (0)