feat: Implement basic http client
This commit is contained in:
4
packages/types/index.d.ts
vendored
4
packages/types/index.d.ts
vendored
@@ -175,3 +175,7 @@ export interface ISubstep {
|
||||
name: string;
|
||||
arguments: IField[];
|
||||
}
|
||||
|
||||
export type IHttpClientParams = {
|
||||
baseURL: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user