Skip to content

Commit

Permalink
Cleanup unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Rhoades authored and Steve Rhoades committed Jan 16, 2020
1 parent f650881 commit b9fbdf3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import {Observable} from 'rxjs';
import {DynamicFormOptionConfig} from '../dynamic-option-control.model';

export interface DynamicFormControlDataOptionConfig extends DynamicFormOptionConfig<any> {
}

export interface DynamicFormControlDataRelation {
rootPath?: string;
id?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { DynamicSelectModel } from "../model/select/dynamic-select.model";
import { DynamicRadioGroupModel } from "../model/radio/dynamic-radio-group.model";
import {DynamicFormDataService} from './dynamic-form-data.service';
import {
DynamicFormControlDataOptionConfig,
DynamicFormControlListDataProvider,
DynamicFormControlOptionDataProvider
} from '../model/misc/dynamic-form-control-data.model';
Expand Down

0 comments on commit b9fbdf3

Please sign in to comment.