Skip to content

Commit da1c57b

Browse files
committed
fix: allow to nullify reminder's remind_at value
1 parent 8df31ca commit da1c57b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4036,7 +4036,7 @@ export type ReminderAPIResponse = APIResponse & {
40364036

40374037
export type CreateReminderOptions = {
40384038
messageId: string;
4039-
remind_at?: string;
4039+
remind_at?: string | null;
40404040
user_id?: string;
40414041
};
40424042

0 commit comments

Comments
 (0)