chore: Fix types in tests 35/N.

This commit is contained in:
cpojer
2026-02-17 15:46:25 +09:00
parent ed75d30ad3
commit 2a4ca7671e
8 changed files with 35 additions and 21 deletions

View File

@@ -717,9 +717,17 @@ describe("registerSlackInteractionEvents", () => {
},
},
},
} as unknown as {
id?: string;
callback_id?: string;
root_view_id?: string;
previous_view_id?: string;
external_id?: string;
hash?: string;
state?: { values: Record<string, unknown> };
},
},
});
} as never);
expect(ack).toHaveBeenCalled();
expect(resolveSessionKey).toHaveBeenCalledWith({