We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e45fc commit b21c23dCopy full SHA for b21c23d
1 file changed
packages/durabletask-js/src/entities/signal-entity-options.ts
@@ -24,7 +24,7 @@ export interface SignalEntityOptions {
24
* Keeping this interface so we can ship with options in the API
25
* and add properties later without breaking changes.
26
*/
27
-// eslint-disable-next-line @typescript-eslint/no-empty-interface
+// eslint-disable-next-line @typescript-eslint/no-empty-object-type
28
export interface CallEntityOptions {
29
// No call options at the moment. Keeping this interface so we can ship with options in the API.
30
// This will allow us to easily add them later without adjusting API surface.
0 commit comments