import { Settings } from './settings';
export interface SettingsRepresentation {
customAttributes: Settings;
}