import { RuleChunk } from "@cranq/bipt-parser"; import { ChunkType } from "./ChunkType"; export interface AboutChunk extends RuleChunk { type: ChunkType.About; captures: [string]; }