Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nicarq committed Dec 14, 2024
1 parent 0f8c2f4 commit 3e70087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/shinkai-message-ts/src/api/recurring-tasks/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export type CreateRecurringTaskRequest = {
action: RecurringTaskAction;
};

export type CreateRecurringTaskResponse = {};
export type CreateRecurringTaskResponse = Record<string, never>;

export type RecurringTask = {
task_id: number;
Expand Down

0 comments on commit 3e70087

Please sign in to comment.