interface DependencyBinding {
    key?: string;
    value?: string;
}

Properties

Properties

key?: string
value?: string