UNPKG

@etherna/sdk-js

Version:

Etherna SDKs for operations on the network

3 lines 152 B
import type { GatewayBatch, PostageBatch } from "../../clients"; export type AnyBatch = PostageBatch | GatewayBatch; //# sourceMappingURL=types.d.ts.map