Type Alias JsonRpcSubscription

JsonRpcSubscription: {
    subscriptionId: string;
    unsubscribe: (() => Promise<void>);
}