// Code generated by openapi-nexus. DO NOT EDIT.
//
// Additional Properties API — 1.0.0
// API demonstrating OpenAPI additionalProperties with multiple levels of structs (RootLevel -> MiddleLevel -> LeafValue), each with HashMap fields.
package com.example.sdk.runtime;
import okhttp3.Request;
public interface Authenticator {
void authenticate(Request.Builder builder);
}