import { IHydraLabelMember } from './hydra'

export interface ISourceFieldLabel extends IHydraLabelMember {
  sourceField: string
}
