Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Nov 29, 2024
1 parent 178e250 commit 088eeac
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/typedefs/src/sdk-transport/subscriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ type SchemaItem<TArgs, TData> = {
// TODO: PLACEHOLDER - Replace with actual subscription topics
export enum SubscriptionTopic {
BLOCKS = "blocks",
FOO = "foo",
}

export type SubscriptionSchema = {
Expand All @@ -18,14 +17,6 @@ export type SubscriptionSchema = {
placeholder: string
}
>
[SubscriptionTopic.FOO]: SchemaItem<
{
x: number
},
{
x: string
}
>
}

export type SubscriptionArguments<T extends SubscriptionTopic> =
Expand Down

0 comments on commit 088eeac

Please sign in to comment.