export interface GetParamsBase { /** * Appends a timestamp onto the URL to trigger cache busting, encouraging a new response to be generated by the LRS. */ useCacheBuster?: true; }