interface PackagerValue {
    id?: Id;
    link_id?: Id;
    value?: any;
}

Properties

Properties

id?: Id
link_id?: Id
value?: any