Skip to content

Commit 257b1f4

Browse files
committed
lint
1 parent aa2b03b commit 257b1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/event/actions/get-events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export type GetContractEventsResult<
5555
TStrict extends boolean,
5656
> = ParseEventLogsResult<abiEvents, TStrict>;
5757

58-
export type GetLogsParamsExtra = {
58+
type GetLogsParamsExtra = {
5959
signature?: string;
6060
} & GetLogsParams;
6161

0 commit comments

Comments
 (0)