Interface IDerivativeChild

interface IDerivativeChild {
    children?: DerivativeChild[];
    guid: string;
    progress?: string;
    role: string;
    status: string;
    type: string;
}

Hierarchy (view full)

Properties

children?: DerivativeChild[]
guid: string
progress?: string
role: string
status: string
type: string

Generated using TypeDoc