import type {BlockPath} from './paths'

/**
 * @beta
 */
export type BlockOffset = {
  path: BlockPath
  offset: number
}
