import { NodeIdOptions } from './NodeIdOptions';

export interface NodeGetChildrenOptions extends NodeIdOptions {
    language?: string;
}
