Interface Properties

interface Properties {
    [key: string]: string | string[];
}

Indexable

[key: string]: string | string[]

Generated using TypeDoc