PAPI - The Proxy API tool from studioKeywi

interface PAPI {
    (baseURL): PAPIBuilder<APIDefBase>;
    <Root>(baseURL, root): PAPIBuilder<Root>;
}