Open comod opened 2 years ago
Callback looks like this:
type CallbackResponseSpecFunc = ( config: AxiosRequestConfig ) => unknown[] | Promise<unknown[]>;
It tells nothing about what needs to be inside the array. Only by reading the readme i figured it out how to use.
Callback looks like this:
It tells nothing about what needs to be inside the array. Only by reading the readme i figured it out how to use.