Nest JS otrzymuj odpowiedź żądania według indeksu

const request = host.getArgByIndex(0);
const response = host.getArgByIndex(1);
Puzzled Puffin