interface PackageItem {
    _?: boolean;
    from?: Id;
    id: Id;
    package?: {
        containValue: string;
        dependencyId: Id;
    };
    to?: Id;
    type?: Id;
    updated?: string[];
    value?: PackagerValue;
}

Properties

_?: boolean
from?: Id
id: Id
package?: {
    containValue: string;
    dependencyId: Id;
}
to?: Id
type?: Id
updated?: string[]