Interface ResourceParams

interface ResourceParams {
    [key: string]: ResourceParam;
}

Indexable

[key: string]: ResourceParam