UNPKG

@elastic-suite/gally-admin-shared

Version:
6 lines (5 loc) 245 B
import { IHydraLabelMember } from './hydra' import { ISourceFieldOption } from './sourceFieldOptions' export interface ISourceFieldOptionLabel extends IHydraLabelMember { sourceFieldOption: Pick<ISourceFieldOption, '@id' | '@type' | 'code'> }