export interface BodiedNodeStructure {
    bodyText?: string;
}
