export interface DelegationDefintion {
    type: 'classname' | 'dataAttribute' | 'id';
}
