/**
 * And I hope the junkyard a few blocks from here
 * Someday burns down
 * And I hope the rising black smoke carries me far away
 * And I never come back to this town again in my life
 */

import {
  ReactNoOutput,
} from '../typeAliases/ReactNoOutput';

export interface INoChildren {
  readonly children?: ReactNoOutput;
}
