export const BootProc = '__SYNDICATE__bootProc'; // Keep these definitions in sync with api.ts from the core package // export type NonEmptySkeleton = { shape: Shape, members: Skeleton[] }; export type Skeleton = null | NonEmptySkeleton; export type Path = Array;