Skip to content

Commit ddd894f

Browse files
committed
remove not used type
1 parent 050dada commit ddd894f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

template/types/moleculer.d.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,4 @@ declare module "moleculer" {
44
interface ActionSchema {
55
auth?: "required" | null | undefined;
66
}
7-
8-
interface ServiceBroker {
9-
sendToChannel(channelName: string, payload: unknown, opts?: { ctx?: Context });
10-
}
11-
12-
interface ServiceSchema {
13-
channels?: {
14-
[key: string]: {
15-
context?: boolean;
16-
handler: (this: Service, ctx: Context<P, M, L, H>) => Promise<void>;
17-
};
18-
};
19-
}
207
}

0 commit comments

Comments
 (0)