Implementando request tests

This commit is contained in:
Leandro Costa 2023-01-27 08:37:22 -03:00
parent 30090fe195
commit 8535fc0f51
2 changed files with 135 additions and 11 deletions

View file

@ -23,7 +23,7 @@ export interface LhispOauthClientConstructorParams {
export interface ExecutarRequestParams extends AxiosRequestConfig {
path: string;
contentType: ContentType,
contentType?: ContentType,
}
export interface AccessToken {