Interface Facilities

interface Facilities {
    [product: string]: string | boolean;
}

Indexable

[product: string]: string | boolean

Generated using TypeDoc