UNPKG

vsphere-infra

Version:

9 lines (7 loc) 282 B
/* * Copyright 2014-2021 Firestack; all rights reserved. */ import { MoBaseDetails, moref, morefg, uuid, stringNumber } from './mo.general'; export class FolderFullDetails<ParentType=moref, ChildrenType=moref> extends MoBaseDetails<ParentType> { childEntity: ChildrenType[]; }