interface PathParams {
    [name: string]: string;
}

Indexable

[name: string]: string