/**
 * @public
 */
export type BlockPath = [{_key: string}]

/**
 * @public
 */
export type AnnotationPath = [{_key: string}, 'markDefs', {_key: string}]

/**
 * @public
 */
export type ChildPath = [{_key: string}, 'children', {_key: string}]
