diff --git a/src/types.ts b/src/types.ts index ab1b4f4b0..8bcb8d06f 100644 --- a/src/types.ts +++ b/src/types.ts @@ -4036,7 +4036,7 @@ export type ReminderAPIResponse = APIResponse & { export type CreateReminderOptions = { messageId: string; - remind_at?: string; + remind_at?: string | null; user_id?: string; };