Type Alias RestApiQueryType

RestApiQueryType: {
    baseUri?: string;
    method?: "GET" | "POST" | "PUT";
    path: string;
    specificationUri: string;
}