mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
feat: make max-calls of schedule nullable
This commit is contained in:
@@ -4,5 +4,5 @@ export interface Schedule {
|
||||
name: string
|
||||
description: string
|
||||
command: string
|
||||
maxCalls?: number
|
||||
maxCalls?: number | null
|
||||
}
|
||||
Reference in New Issue
Block a user