@forestadmin/forestadmin-client
Version:
This package contains the logic to use the ForestAdmin API inside an agent.
9 lines • 573 B
TypeScript
import { ModelCustomization, ModelCustomizationService } from './types';
import { ForestAdminClientOptionsWithDefaults, ForestAdminServerInterface } from '../types';
export default class ModelCustomizationFromApiService implements ModelCustomizationService {
private readonly forestadminServerInterface;
private readonly options;
constructor(forestadminServerInterface: ForestAdminServerInterface, options: ForestAdminClientOptionsWithDefaults);
getConfiguration(): Promise<ModelCustomization[]>;
}
//# sourceMappingURL=model-customization-from-api.d.ts.map