Interface Response

interface Response {
    [id: string]: any;
}

Indexable

[id: string]: any