index
:
price-tracker-worker.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
capnp-ts
/
src
/
serialization
/
arena
/
arena-kind.d.ts
blob: 6437de16eba667838cc91ef39824fd9ff5e63221 (
plain
)
1
2
3
4
export
declare
enum
ArenaKind
{
SINGLE_SEGMENT
=
0
,
MULTI_SEGMENT
=
1
}