import { AbstractResource } from "../AbstractResource"; export abstract class AbstractLeaf extends AbstractResource {}