Interface HasParentIds

default interface for data types with parent ids

interface HasParentIds {
    parentIds?: Iterable<string, any, any>;
}

Properties

Properties

parentIds?: Iterable<string, any, any>

the parent ids