# Description of Changes Move frontend code into `core` folder and add infrastructure for `proprietary` folder to include premium, non-OSS features
6 lines
153 B
TypeScript
6 lines
153 B
TypeScript
import { AxiosInstance } from 'axios';
|
|
|
|
export function setupApiInterceptors(_client: AxiosInstance): void {
|
|
// Core version: no interceptors to add
|
|
}
|