summaryrefslogtreecommitdiff
path: root/node_modules/capnp-ts/src/serialization/arena/any-arena.d.ts
blob: dc7e62a807fa6c69a3140d121c349c2c52183c7b (plain)
1
2
3
import { MultiSegmentArena } from "./multi-segment-arena";
import { SingleSegmentArena } from "./single-segment-arena";
export declare type AnyArena = MultiSegmentArena | SingleSegmentArena;